#6E08CF

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

Shades of Purple Heart #6E08CF

Tints of Purple Heart #6E08CF

Color information

#6E08CF (or 0x6E08CF) is unknown color: approx Purple Heart. HEX triplet: 6E, 08 and CF. RGB value is (110,8,207). Sum of RGB (Red+Green+Blue) = 110+8+207=325 (43% of max value = 765). Red value is 110 (43.36% from 255 or 33.85% from 325); Green value is 8 (3.52% from 255 or 2.46% from 325); Blue value is 207 (81.25% from 255 or 63.69% from 325); Max value from RGB is 207 - color contains mainly: blue. Hex color #6E08CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6E08CF is #91F730. Grayscale: #3C3C3C. Windows color (decimal): -9566001 or 13568110. OLE color: 13568110.

HSL color Cylindrical-coordinate representation of color #6E08CF: hue angle of 270.75º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6E08CF is Cyan = 0.47, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB1108207-
CMYK0.470.9600.19
HSL270.75º92.56%42.16%-
HSV(B)270.75º96.14%81.18%-
XYZ17.787.9959.64-
YUV61.18210.29162.82-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 33.85%
GREEN value IS 8 (3.52% from 255) = 2.46%
BLUE value IS 207 (81.25% from 255) = 63.69%
R=33.85%
G=2.46%
B=63.69%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal11082070.470.9600.19270.7592.5642.16
Hex6E8CF2F6001310f5d2a
Octal156103175714002341713552
Binary110111010001100111110111111000000100111000011111011101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E08CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,8,207); }

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

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

 a { background-color: rgb(110,8,207); }

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

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

 span { border-color: rgb(110,8,207); }

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