#6E0FB8

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

Shades of Purple Heart #6E0FB8

Tints of Purple Heart #6E0FB8

Color information

#6E0FB8 (or 0x6E0FB8) is unknown color: approx Purple Heart. HEX triplet: 6E, 0F and B8. RGB value is (110,15,184). Sum of RGB (Red+Green+Blue) = 110+15+184=309 (40% of max value = 765). Red value is 110 (43.36% from 255 or 35.60% from 309); Green value is 15 (6.25% from 255 or 4.85% from 309); Blue value is 184 (72.27% from 255 or 59.55% from 309); Max value from RGB is 184 - color contains mainly: blue. Hex color #6E0FB8 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6E0FB8 is #91F047. Grayscale: #3E3E3E. Windows color (decimal): -9564232 or 12062574. OLE color: 12062574.

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

Color convert

RGB11015184-
CMYK0.400.9200.28
HSL273.73º84.92%39.02%-
HSV(B)273.73º91.85%72.16%-
XYZ15.257.1245.92-
YUV62.67196.47161.76-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 35.60%
GREEN value IS 15 (6.25% from 255) = 4.85%
BLUE value IS 184 (72.27% from 255) = 59.55%
R=35.60%
G=4.85%
B=59.55%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal110151840.400.9200.28273.7384.9239.02
Hex6EFB8285C01C1125527
Octal156172705013403442212547
Binary110111011111011100010100010111000111001000100101010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E0FB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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