#6E0FAC

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

Shades of Purple Heart #6E0FAC

Tints of Purple Heart #6E0FAC

Color information

#6E0FAC (or 0x6E0FAC) is unknown color: approx Purple Heart. HEX triplet: 6E, 0F and AC. RGB value is (110,15,172). Sum of RGB (Red+Green+Blue) = 110+15+172=297 (39% of max value = 765). Red value is 110 (43.36% from 255 or 37.04% from 297); Green value is 15 (6.25% from 255 or 5.05% from 297); Blue value is 172 (67.58% from 255 or 57.91% from 297); Max value from RGB is 172 - color contains mainly: blue. Hex color #6E0FAC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6E0FAC is #91F053. Grayscale: #3C3C3C. Windows color (decimal): -9564244 or 11276142. OLE color: 11276142.

HSL color Cylindrical-coordinate representation of color #6E0FAC: hue angle of 276.31º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6E0FAC is Cyan = 0.36, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB11015172-
CMYK0.360.9100.33
HSL276.31º83.96%36.67%-
HSV(B)276.31º91.28%67.45%-
XYZ14.056.6439.57-
YUV61.3190.47162.73-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 37.04%
GREEN value IS 15 (6.25% from 255) = 5.05%
BLUE value IS 172 (67.58% from 255) = 57.91%
R=37.04%
G=5.05%
B=57.91%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal110151720.360.9100.33276.3183.9636.67
Hex6EFAC245B0211145425
Octal156172544413304142412445
Binary1101110111110101100100100101101101000011000101001010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E0FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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