#5F28A8

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

Shades of Purple Heart #5F28A8

Tints of Purple Heart #5F28A8

Color information

#5F28A8 (or 0x5F28A8) is unknown color: approx Purple Heart. HEX triplet: 5F, 28 and A8. RGB value is (95,40,168). Sum of RGB (Red+Green+Blue) = 95+40+168=303 (40% of max value = 765). Red value is 95 (37.5% from 255 or 31.35% from 303); Green value is 40 (16.02% from 255 or 13.20% from 303); Blue value is 168 (66.02% from 255 or 55.45% from 303); Max value from RGB is 168 - color contains mainly: blue. Hex color #5F28A8 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F28A8 is #A0D757. Grayscale: #464646. Windows color (decimal): -10540888 or 11020383. OLE color: 11020383.

HSL color Cylindrical-coordinate representation of color #5F28A8: hue angle of 265.78º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5F28A8 is Cyan = 0.43, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB9540168-
CMYK0.430.7600.34
HSL265.78º61.54%40.78%-
HSV(B)265.78º76.19%65.88%-
XYZ12.556.7837.69-
YUV71.04182.72145.09-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 31.35%
GREEN value IS 40 (16.02% from 255) = 13.20%
BLUE value IS 168 (66.02% from 255) = 55.45%
R=31.35%
G=13.20%
B=55.45%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal95401680.430.7600.34265.7861.5440.78
Hex5F28A82B4C02210a3e29
Octal13750250531140424127651
Binary10111111010001010100010101110011000100010100001010111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F28A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,40,168); }

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

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

 a { background-color: rgb(95,40,168); }

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

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

 span { border-color: rgb(95,40,168); }

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