#6E0CBA

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

Shades of Purple Heart #6E0CBA

Tints of Purple Heart #6E0CBA

Color information

#6E0CBA (or 0x6E0CBA) is unknown color: approx Purple Heart. HEX triplet: 6E, 0C and BA. RGB value is (110,12,186). Sum of RGB (Red+Green+Blue) = 110+12+186=308 (40% of max value = 765). Red value is 110 (43.36% from 255 or 35.71% from 308); Green value is 12 (5.08% from 255 or 3.90% from 308); Blue value is 186 (73.05% from 255 or 60.39% from 308); Max value from RGB is 186 - color contains mainly: blue. Hex color #6E0CBA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6E0CBA is #91F345. Grayscale: #3C3C3C. Windows color (decimal): -9564998 or 12192878. OLE color: 12192878.

HSL color Cylindrical-coordinate representation of color #6E0CBA: hue angle of 273.79º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6E0CBA is Cyan = 0.41, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB11012186-
CMYK0.410.9400.27
HSL273.79º87.88%38.82%-
HSV(B)273.79º93.55%72.94%-
XYZ15.427.1247.02-
YUV61.14198.47162.85-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 35.71%
GREEN value IS 12 (5.08% from 255) = 3.90%
BLUE value IS 186 (73.05% from 255) = 60.39%
R=35.71%
G=3.90%
B=60.39%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal110121860.410.9400.27273.7987.8838.82
Hex6ECBA295E01B1125827
Octal156142725113603342213047
Binary110111011001011101010100110111100110111000100101011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E0CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,12,186); }

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

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

 a { background-color: rgb(110,12,186); }

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

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

 span { border-color: rgb(110,12,186); }

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