#6E1CA9

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

Shades of Purple Heart #6E1CA9

Tints of Purple Heart #6E1CA9

Color information

#6E1CA9 (or 0x6E1CA9) is unknown color: approx Purple Heart. HEX triplet: 6E, 1C and A9. RGB value is (110,28,169). Sum of RGB (Red+Green+Blue) = 110+28+169=307 (40% of max value = 765). Red value is 110 (43.36% from 255 or 35.83% from 307); Green value is 28 (11.33% from 255 or 9.12% from 307); Blue value is 169 (66.41% from 255 or 55.05% from 307); Max value from RGB is 169 - color contains mainly: blue. Hex color #6E1CA9 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E1CA9 is #91E356. Grayscale: #444444. Windows color (decimal): -9560919 or 11082862. OLE color: 11082862.

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

Color convert

RGB11028169-
CMYK0.350.8300.34
HSL274.89º71.57%38.63%-
HSV(B)274.89º83.43%66.27%-
XYZ14.017.0138.15-
YUV68.59184.67157.54-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 35.83%
GREEN value IS 28 (11.33% from 255) = 9.12%
BLUE value IS 169 (66.41% from 255) = 55.05%
R=35.83%
G=9.12%
B=55.05%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal110281690.350.8300.34274.8971.5738.63
Hex6E1CA923530221134827
Octal156342514312304242311047
Binary11011101110010101001100011101001101000101000100111001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E1CA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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