#6E11BB

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

Shades of Purple Heart #6E11BB

Tints of Purple Heart #6E11BB

Color information

#6E11BB (or 0x6E11BB) is unknown color: approx Purple Heart. HEX triplet: 6E, 11 and BB. RGB value is (110,17,187). Sum of RGB (Red+Green+Blue) = 110+17+187=314 (41% of max value = 765). Red value is 110 (43.36% from 255 or 35.03% from 314); Green value is 17 (7.03% from 255 or 5.41% from 314); Blue value is 187 (73.44% from 255 or 59.55% from 314); Max value from RGB is 187 - color contains mainly: blue. Hex color #6E11BB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6E11BB is #91EE44. Grayscale: #3F3F3F. Windows color (decimal): -9563717 or 12259694. OLE color: 12259694.

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

Color convert

RGB11017187-
CMYK0.410.9100.27
HSL272.82º83.33%40%-
HSV(B)272.82º90.91%73.33%-
XYZ15.67.347.6-
YUV64.19197.31160.68-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 35.03%
GREEN value IS 17 (7.03% from 255) = 5.41%
BLUE value IS 187 (73.44% from 255) = 59.55%
R=35.03%
G=5.41%
B=59.55%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal110171870.410.9100.27272.8283.3340
Hex6E11BB295B01B1115328
Octal156212735113303342112350
Binary1101110100011011101110100110110110110111000100011010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E11BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,17,187); }

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

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

 a { background-color: rgb(110,17,187); }

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

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

 span { border-color: rgb(110,17,187); }

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