#6E11AD

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

Shades of Purple Heart #6E11AD

Tints of Purple Heart #6E11AD

Color information

#6E11AD (or 0x6E11AD) is unknown color: approx Purple Heart. HEX triplet: 6E, 11 and AD. RGB value is (110,17,173). Sum of RGB (Red+Green+Blue) = 110+17+173=300 (39% of max value = 765). Red value is 110 (43.36% from 255 or 36.67% from 300); Green value is 17 (7.03% from 255 or 5.67% from 300); Blue value is 173 (67.97% from 255 or 57.67% from 300); Max value from RGB is 173 - color contains mainly: blue. Hex color #6E11AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6E11AD is #91EE52. Grayscale: #3E3E3E. Windows color (decimal): -9563731 or 11342190. OLE color: 11342190.

HSL color Cylindrical-coordinate representation of color #6E11AD: hue angle of 275.77º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6E11AD is Cyan = 0.36, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB11017173-
CMYK0.360.9000.32
HSL275.77º82.11%37.25%-
HSV(B)275.77º90.17%67.84%-
XYZ14.176.7340.09-
YUV62.59190.31161.82-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 36.67%
GREEN value IS 17 (7.03% from 255) = 5.67%
BLUE value IS 173 (67.97% from 255) = 57.67%
R=36.67%
G=5.67%
B=57.67%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal110171730.360.9000.32275.7782.1137.25
Hex6E11AD245A0201145225
Octal156212554413204042412245
Binary11011101000110101101100100101101001000001000101001010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E11AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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