#6D17A4

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

Shades of Purple Heart #6D17A4

Tints of Purple Heart #6D17A4

Color information

#6D17A4 (or 0x6D17A4) is unknown color: approx Purple Heart. HEX triplet: 6D, 17 and A4. RGB value is (109,23,164). Sum of RGB (Red+Green+Blue) = 109+23+164=296 (39% of max value = 765). Red value is 109 (42.97% from 255 or 36.82% from 296); Green value is 23 (9.38% from 255 or 7.77% from 296); Blue value is 164 (64.45% from 255 or 55.41% from 296); Max value from RGB is 164 - color contains mainly: blue. Hex color #6D17A4 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6D17A4 is #92E85B. Grayscale: #404040. Windows color (decimal): -9627740 or 10753901. OLE color: 10753901.

HSL color Cylindrical-coordinate representation of color #6D17A4: hue angle of 276.6º 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 #6D17A4 is Cyan = 0.34, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB10923164-
CMYK0.340.8600.36
HSL276.6º75.4%36.67%-
HSV(B)276.6º85.98%64.31%-
XYZ13.316.5435.68-
YUV64.79183.99159.54-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 36.82%
GREEN value IS 23 (9.38% from 255) = 7.77%
BLUE value IS 164 (64.45% from 255) = 55.41%
R=36.82%
G=7.77%
B=55.41%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal109231640.340.8600.36276.675.436.67
Hex6D17A422560241154b25
Octal155272444212604442511345
Binary11011011011110100100100010101011001001001000101011001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D17A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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