#6E39CC

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

Shades of Purple Heart #6E39CC

Tints of Purple Heart #6E39CC

Color information

#6E39CC (or 0x6E39CC) is unknown color: approx Purple Heart. HEX triplet: 6E, 39 and CC. RGB value is (110,57,204). Sum of RGB (Red+Green+Blue) = 110+57+204=371 (49% of max value = 765). Red value is 110 (43.36% from 255 or 29.65% from 371); Green value is 57 (22.66% from 255 or 15.36% from 371); Blue value is 204 (80.08% from 255 or 54.99% from 371); Max value from RGB is 204 - color contains mainly: blue. Hex color #6E39CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E39CC is #91C633. Grayscale: #595959. Windows color (decimal): -9553460 or 13384046. OLE color: 13384046.

HSL color Cylindrical-coordinate representation of color #6E39CC: hue angle of 261.63º degrees, saturation: 0.59, 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 #6E39CC is Cyan = 0.46, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB11057204-
CMYK0.460.7200.2
HSL261.63º59.04%51.18%-
HSV(B)261.63º72.06%80%-
XYZ18.7910.658.18-
YUV89.6192.56142.55-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 29.65%
GREEN value IS 57 (22.66% from 255) = 15.36%
BLUE value IS 204 (80.08% from 255) = 54.99%
R=29.65%
G=15.36%
B=54.99%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal110572040.460.7200.2261.6359.0451.18
Hex6E39CC2E480141063b33
Octal15671314561100244067363
Binary1101110111001110011001011101001000010100100000110111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E39CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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