#6E39CB

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

Shades of Purple Heart #6E39CB

Tints of Purple Heart #6E39CB

Color information

#6E39CB (or 0x6E39CB) is unknown color: approx Purple Heart. HEX triplet: 6E, 39 and CB. RGB value is (110,57,203). Sum of RGB (Red+Green+Blue) = 110+57+203=370 (49% of max value = 765). Red value is 110 (43.36% from 255 or 29.73% from 370); Green value is 57 (22.66% from 255 or 15.41% from 370); Blue value is 203 (79.69% from 255 or 54.86% from 370); Max value from RGB is 203 - color contains mainly: blue. Hex color #6E39CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E39CB is #91C634. Grayscale: #585858. Windows color (decimal): -9553461 or 13318510. OLE color: 13318510.

HSL color Cylindrical-coordinate representation of color #6E39CB: hue angle of 261.78º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6E39CB is Cyan = 0.46, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB11057203-
CMYK0.460.7200.20
HSL261.78º58.4%50.98%-
HSV(B)261.78º71.92%79.61%-
XYZ18.6710.5557.55-
YUV89.49192.06142.63-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 29.73%
GREEN value IS 57 (22.66% from 255) = 15.41%
BLUE value IS 203 (79.69% from 255) = 54.86%
R=29.73%
G=15.41%
B=54.86%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal110572030.460.7200.20261.7858.450.98
Hex6E39CB2E480141063a33
Octal15671313561100244067263
Binary1101110111001110010111011101001000010100100000110111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E39CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,57,203); }

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

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

 a { background-color: rgb(110,57,203); }

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

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

 span { border-color: rgb(110,57,203); }

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