#6C17A4

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

Shades of Purple Heart #6C17A4

Tints of Purple Heart #6C17A4

Color information

#6C17A4 (or 0x6C17A4) is unknown color: approx Purple Heart. HEX triplet: 6C, 17 and A4. RGB value is (108,23,164). Sum of RGB (Red+Green+Blue) = 108+23+164=295 (39% of max value = 765). Red value is 108 (42.58% from 255 or 36.61% from 295); Green value is 23 (9.38% from 255 or 7.80% from 295); Blue value is 164 (64.45% from 255 or 55.59% from 295); Max value from RGB is 164 - color contains mainly: blue. Hex color #6C17A4 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6C17A4 is #93E85B. Grayscale: #404040. Windows color (decimal): -9693276 or 10753900. OLE color: 10753900.

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

Color convert

RGB10823164-
CMYK0.340.8600.36
HSL276.17º75.4%36.67%-
HSV(B)276.17º85.98%64.31%-
XYZ13.196.4835.68-
YUV64.49184.16159.04-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 36.61%
GREEN value IS 23 (9.38% from 255) = 7.80%
BLUE value IS 164 (64.45% from 255) = 55.59%
R=36.61%
G=7.80%
B=55.59%

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
Decimal108231640.340.8600.36276.1775.436.67
Hex6C17A422560241144b25
Octal154272444212604442411345
Binary11011001011110100100100010101011001001001000101001001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C17A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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