#6E17A4

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

Shades of Purple Heart #6E17A4

Tints of Purple Heart #6E17A4

Color information

#6E17A4 (or 0x6E17A4) is unknown color: approx Purple Heart. HEX triplet: 6E, 17 and A4. RGB value is (110,23,164). Sum of RGB (Red+Green+Blue) = 110+23+164=297 (39% of max value = 765). Red value is 110 (43.36% from 255 or 37.04% from 297); Green value is 23 (9.38% from 255 or 7.74% from 297); Blue value is 164 (64.45% from 255 or 55.22% from 297); Max value from RGB is 164 - color contains mainly: blue. Hex color #6E17A4 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6E17A4 is #91E85B. Grayscale: #404040. Windows color (decimal): -9562204 or 10753902. OLE color: 10753902.

HSL color Cylindrical-coordinate representation of color #6E17A4: hue angle of 277.02º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6E17A4 is Cyan = 0.33, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB11023164-
CMYK0.330.8600.36
HSL277.02º75.4%36.67%-
HSV(B)277.02º85.98%64.31%-
XYZ13.446.6135.69-
YUV65.09183.82160.04-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 37.04%
GREEN value IS 23 (9.38% from 255) = 7.74%
BLUE value IS 164 (64.45% from 255) = 55.22%
R=37.04%
G=7.74%
B=55.22%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal110231640.330.8600.36277.0275.436.67
Hex6E17A421560241154b25
Octal156272444112604442511345
Binary11011101011110100100100001101011001001001000101011001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E17A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,23,164); }

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

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

 a { background-color: rgb(110,23,164); }

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

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

 span { border-color: rgb(110,23,164); }

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