#6E11D8

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

Shades of Purple Heart #6E11D8

Tints of Purple Heart #6E11D8

Color information

#6E11D8 (or 0x6E11D8) is unknown color: approx Purple Heart. HEX triplet: 6E, 11 and D8. RGB value is (110,17,216). Sum of RGB (Red+Green+Blue) = 110+17+216=343 (45% of max value = 765). Red value is 110 (43.36% from 255 or 32.07% from 343); Green value is 17 (7.03% from 255 or 4.96% from 343); Blue value is 216 (84.77% from 255 or 62.97% from 343); Max value from RGB is 216 - color contains mainly: blue. Hex color #6E11D8 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6E11D8 is #91EE27. Grayscale: #424242. Windows color (decimal): -9563688 or 14160238. OLE color: 14160238.

HSL color Cylindrical-coordinate representation of color #6E11D8: hue angle of 268.04º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6E11D8 is Cyan = 0.49, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB11017216-
CMYK0.490.9200.15
HSL268.04º85.41%45.69%-
HSV(B)268.04º92.13%84.71%-
XYZ19.038.6765.64-
YUV67.49211.81158.32-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 32.07%
GREEN value IS 17 (7.03% from 255) = 4.96%
BLUE value IS 216 (84.77% from 255) = 62.97%
R=32.07%
G=4.96%
B=62.97%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal110172160.490.9200.15268.0485.4145.69
Hex6E11D8315C0F10c552e
Octal156213306113401741412556
Binary110111010001110110001100011011100011111000011001010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E11D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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