#5F17AD

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

Shades of Purple Heart #5F17AD

Tints of Purple Heart #5F17AD

Color information

#5F17AD (or 0x5F17AD) is unknown color: approx Purple Heart. HEX triplet: 5F, 17 and AD. RGB value is (95,23,173). Sum of RGB (Red+Green+Blue) = 95+23+173=291 (38% of max value = 765). Red value is 95 (37.5% from 255 or 32.65% from 291); Green value is 23 (9.38% from 255 or 7.90% from 291); Blue value is 173 (67.97% from 255 or 59.45% from 291); Max value from RGB is 173 - color contains mainly: blue. Hex color #5F17AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5F17AD is #A0E852. Grayscale: #3D3D3D. Windows color (decimal): -10545235 or 11343711. OLE color: 11343711.

HSL color Cylindrical-coordinate representation of color #5F17AD: hue angle of 268.8º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5F17AD is Cyan = 0.45, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB9523173-
CMYK0.450.8700.32
HSL268.8º76.53%38.43%-
HSV(B)268.8º86.71%67.84%-
XYZ12.576.0640.04-
YUV61.63190.85151.8-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 32.65%
GREEN value IS 23 (9.38% from 255) = 7.90%
BLUE value IS 173 (67.97% from 255) = 59.45%
R=32.65%
G=7.90%
B=59.45%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal95231730.450.8700.32268.876.5338.43
Hex5F17AD2D5702010d4d26
Octal137272555512704041511546
Binary10111111011110101101101101101011101000001000011011001101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F17AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5F17AD; }

 p { color: rgb(95,23,173); }

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

<style>
 a { background-color: #5F17AD; }

 a { background-color: rgb(95,23,173); }

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

<style>
 span { border-color: #5F17AD; }

 span { border-color: rgb(95,23,173); }

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