#6E1CAA

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

Shades of Purple Heart #6E1CAA

Tints of Purple Heart #6E1CAA

Color information

#6E1CAA (or 0x6E1CAA) is unknown color: approx Purple Heart. HEX triplet: 6E, 1C and AA. RGB value is (110,28,170). Sum of RGB (Red+Green+Blue) = 110+28+170=308 (40% of max value = 765). Red value is 110 (43.36% from 255 or 35.71% from 308); Green value is 28 (11.33% from 255 or 9.09% from 308); Blue value is 170 (66.80% from 255 or 55.19% from 308); Max value from RGB is 170 - color contains mainly: blue. Hex color #6E1CAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E1CAA is #91E355. Grayscale: #444444. Windows color (decimal): -9560918 or 11148398. OLE color: 11148398.

HSL color Cylindrical-coordinate representation of color #6E1CAA: hue angle of 274.65º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6E1CAA is Cyan = 0.35, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB11028170-
CMYK0.350.8400.33
HSL274.65º71.72%38.82%-
HSV(B)274.65º83.53%66.67%-
XYZ14.17.0538.65-
YUV68.71185.17157.45-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 35.71%
GREEN value IS 28 (11.33% from 255) = 9.09%
BLUE value IS 170 (66.80% from 255) = 55.19%
R=35.71%
G=9.09%
B=55.19%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal110281700.350.8400.33274.6571.7238.82
Hex6E1CAA23540211134827
Octal156342524312404142311047
Binary11011101110010101010100011101010001000011000100111001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E1CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,28,170); }

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

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

 a { background-color: rgb(110,28,170); }

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

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

 span { border-color: rgb(110,28,170); }

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