#5F16B2

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

Shades of Purple Heart #5F16B2

Tints of Purple Heart #5F16B2

Color information

#5F16B2 (or 0x5F16B2) is unknown color: approx Purple Heart. HEX triplet: 5F, 16 and B2. RGB value is (95,22,178). Sum of RGB (Red+Green+Blue) = 95+22+178=295 (39% of max value = 765). Red value is 95 (37.5% from 255 or 32.20% from 295); Green value is 22 (8.98% from 255 or 7.46% from 295); Blue value is 178 (69.92% from 255 or 60.34% from 295); Max value from RGB is 178 - color contains mainly: blue. Hex color #5F16B2 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5F16B2 is #A0E94D. Grayscale: #3D3D3D. Windows color (decimal): -10545486 or 11671135. OLE color: 11671135.

HSL color Cylindrical-coordinate representation of color #5F16B2: hue angle of 268.08º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5F16B2 is Cyan = 0.47, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB9522178-
CMYK0.470.8800.30
HSL268.08º78%39.22%-
HSV(B)268.08º87.64%69.8%-
XYZ13.046.2242.63-
YUV61.61193.68151.82-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 32.20%
GREEN value IS 22 (8.98% from 255) = 7.46%
BLUE value IS 178 (69.92% from 255) = 60.34%
R=32.20%
G=7.46%
B=60.34%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal95221780.470.8800.30268.087839.22
Hex5F16B22F5801E10c4e27
Octal137262625713003641411647
Binary1011111101101011001010111110110000111101000011001001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F16B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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