#6b3cda

Color #6B3CDA Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #6B3CDA

Tints of Purple Heart #6B3CDA

Color information

#6B3CDA (or 0x6B3CDA) is unknown color: approx Purple Heart. HEX triplet: 6B, 3C and DA. RGB value is (107,60,218). Sum of RGB (Red+Green+Blue) = 107+60+218=385 (50% of max value = 765). Red value is 107 (42.19% from 255 or 27.79% from 385); Green value is 60 (23.83% from 255 or 15.58% from 385); Blue value is 218 (85.55% from 255 or 56.62% from 385); Max value from RGB is 218 - color contains mainly: blue. Hex color #6B3CDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6B3CDA is #94C325. Grayscale: #5B5B5B. Windows color (decimal): -9749286 or 14302315. OLE color: 14302315.

HSL color Cylindrical-coordinate representation of color #6B3CDA: hue angle of 257.85º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6B3CDA is Cyan = 0.51, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB10760218-
CMYK0.510.7200.15
HSL257.85º68.1%54.51%-
HSV(B)257.85º72.48%85.49%-
XYZ20.3311.4267.46-
YUV92.06199.07138.65-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 107 (42.19% from 255) = 27.79%
GREEN value IS 60 (23.83% from 255) = 15.58%
BLUE value IS 218 (85.55% from 255) = 56.62%
R=27.79%
G=15.58%
B=56.62%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal107602180.510.7200.15257.8568.154.51
Hex6B3CDA33480F1024437
Octal153743326311001740210467
Binary1101011111100110110101100111001000011111000000101000100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6b3cda

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6b3cda; }

 p { color: rgb(107,60,218); }

 H1.HeaderClassName
 {
   color: #6b3cda;
 }
 .AnyTagClassName
 {
   color: #6b3cda;
 }
</style>
background-color css

<style>
 a { background-color: #6b3cda; }

 a { background-color: rgb(107,60,218); }

 div.DivClassName
 {
   background-color: #6b3cda;
 }
 .BgClassName
 {
   background-color: #6b3cda;
 }
</style>
border-color css

<style>
 span { border-color: #6b3cda; }

 span { border-color: rgb(107,60,218); }

 td.TdClassName
 {
   border-color: #6b3cda;
 }
 .TagClassName
 {
   border-color: #6b3cda;
 }
</style>