#6E39B8

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

Shades of Purple Heart #6E39B8

Tints of Purple Heart #6E39B8

Color information

#6E39B8 (or 0x6E39B8) is unknown color: approx Purple Heart. HEX triplet: 6E, 39 and B8. RGB value is (110,57,184). Sum of RGB (Red+Green+Blue) = 110+57+184=351 (46% of max value = 765). Red value is 110 (43.36% from 255 or 31.34% from 351); Green value is 57 (22.66% from 255 or 16.24% from 351); Blue value is 184 (72.27% from 255 or 52.42% from 351); Max value from RGB is 184 - color contains mainly: blue. Hex color #6E39B8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E39B8 is #91C647. Grayscale: #565656. Windows color (decimal): -9553480 or 12073326. OLE color: 12073326.

HSL color Cylindrical-coordinate representation of color #6E39B8: hue angle of 265.04º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6E39B8 is Cyan = 0.40, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB11057184-
CMYK0.400.6900.28
HSL265.04º52.7%47.25%-
HSV(B)265.04º69.02%72.16%-
XYZ16.559.746.35-
YUV87.32182.56144.17-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 31.34%
GREEN value IS 57 (22.66% from 255) = 16.24%
BLUE value IS 184 (72.27% from 255) = 52.42%
R=31.34%
G=16.24%
B=52.42%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal110571840.400.6900.28265.0452.747.25
Hex6E39B8284501C109352f
Octal15671270501050344116557
Binary1101110111001101110001010001000101011100100001001110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E39B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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