#6E0FC8

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

Shades of Purple Heart #6E0FC8

Tints of Purple Heart #6E0FC8

Color information

#6E0FC8 (or 0x6E0FC8) is unknown color: approx Purple Heart. HEX triplet: 6E, 0F and C8. RGB value is (110,15,200). Sum of RGB (Red+Green+Blue) = 110+15+200=325 (43% of max value = 765). Red value is 110 (43.36% from 255 or 33.85% from 325); Green value is 15 (6.25% from 255 or 4.62% from 325); Blue value is 200 (78.52% from 255 or 61.54% from 325); Max value from RGB is 200 - color contains mainly: blue. Hex color #6E0FC8 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6E0FC8 is #91F037. Grayscale: #3F3F3F. Windows color (decimal): -9564216 or 13111150. OLE color: 13111150.

HSL color Cylindrical-coordinate representation of color #6E0FC8: hue angle of 270.81º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6E0FC8 is Cyan = 0.45, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB11015200-
CMYK0.450.9200.22
HSL270.81º86.05%42.16%-
HSV(B)270.81º92.5%78.43%-
XYZ17.037.8355.26-
YUV64.5204.47160.46-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 33.85%
GREEN value IS 15 (6.25% from 255) = 4.62%
BLUE value IS 200 (78.52% from 255) = 61.54%
R=33.85%
G=4.62%
B=61.54%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal110152000.450.9200.22270.8186.0542.16
Hex6EFC82D5C01610f562a
Octal156173105513402641712652
Binary110111011111100100010110110111000101101000011111010110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E0FC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,15,200); }

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

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

 a { background-color: rgb(110,15,200); }

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

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

 span { border-color: rgb(110,15,200); }

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