#5F16A3

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

Shades of Purple Heart #5F16A3

Tints of Purple Heart #5F16A3

Color information

#5F16A3 (or 0x5F16A3) is unknown color: approx Purple Heart. HEX triplet: 5F, 16 and A3. RGB value is (95,22,163). Sum of RGB (Red+Green+Blue) = 95+22+163=280 (37% of max value = 765). Red value is 95 (37.5% from 255 or 33.93% from 280); Green value is 22 (8.98% from 255 or 7.86% from 280); Blue value is 163 (64.06% from 255 or 58.21% from 280); Max value from RGB is 163 - color contains mainly: blue. Hex color #5F16A3 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5F16A3 is #A0E95C. Grayscale: #3B3B3B. Windows color (decimal): -10545501 or 10688095. OLE color: 10688095.

HSL color Cylindrical-coordinate representation of color #5F16A3: hue angle of 271.06º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5F16A3 is Cyan = 0.42, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB9522163-
CMYK0.420.8700.36
HSL271.06º76.22%36.27%-
HSV(B)271.06º86.5%63.92%-
XYZ11.625.6535.13-
YUV59.9186.18153.04-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 33.93%
GREEN value IS 22 (8.98% from 255) = 7.86%
BLUE value IS 163 (64.06% from 255) = 58.21%
R=33.93%
G=7.86%
B=58.21%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal95221630.420.8700.36271.0676.2236.27
Hex5F16A32A5702410f4c24
Octal137262435212704441711444
Binary10111111011010100011101010101011101001001000011111001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F16A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,22,163); }

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

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

 a { background-color: rgb(95,22,163); }

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

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

 span { border-color: rgb(95,22,163); }

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