#6E0BAC

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

Shades of Purple Heart #6E0BAC

Tints of Purple Heart #6E0BAC

Color information

#6E0BAC (or 0x6E0BAC) is unknown color: approx Purple Heart. HEX triplet: 6E, 0B and AC. RGB value is (110,11,172). Sum of RGB (Red+Green+Blue) = 110+11+172=293 (38% of max value = 765). Red value is 110 (43.36% from 255 or 37.54% from 293); Green value is 11 (4.69% from 255 or 3.75% from 293); Blue value is 172 (67.58% from 255 or 58.70% from 293); Max value from RGB is 172 - color contains mainly: blue. Hex color #6E0BAC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6E0BAC is #91F453. Grayscale: #3A3A3A. Windows color (decimal): -9565268 or 11275118. OLE color: 11275118.

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

Color convert

RGB11011172-
CMYK0.360.9400.33
HSL276.89º87.98%35.88%-
HSV(B)276.89º93.6%67.45%-
XYZ146.5339.55-
YUV58.96191.8164.41-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 37.54%
GREEN value IS 11 (4.69% from 255) = 3.75%
BLUE value IS 172 (67.58% from 255) = 58.70%
R=37.54%
G=3.75%
B=58.70%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal110111720.360.9400.33276.8987.9835.88
Hex6EBAC245E0211155824
Octal156132544413604142513044
Binary1101110101110101100100100101111001000011000101011011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E0BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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