#5F21B8

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

Shades of Purple Heart #5F21B8

Tints of Purple Heart #5F21B8

Color information

#5F21B8 (or 0x5F21B8) is unknown color: approx Purple Heart. HEX triplet: 5F, 21 and B8. RGB value is (95,33,184). Sum of RGB (Red+Green+Blue) = 95+33+184=312 (41% of max value = 765). Red value is 95 (37.5% from 255 or 30.45% from 312); Green value is 33 (13.28% from 255 or 10.58% from 312); Blue value is 184 (72.27% from 255 or 58.97% from 312); Max value from RGB is 184 - color contains mainly: blue. Hex color #5F21B8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5F21B8 is #A0DE47. Grayscale: #444444. Windows color (decimal): -10542664 or 12067167. OLE color: 12067167.

HSL color Cylindrical-coordinate representation of color #5F21B8: hue angle of 264.64º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5F21B8 is Cyan = 0.48, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB9533184-
CMYK0.480.8200.28
HSL264.64º69.59%42.55%-
HSV(B)264.64º82.07%72.16%-
XYZ13.916.9845.96-
YUV68.75193.04146.72-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 30.45%
GREEN value IS 33 (13.28% from 255) = 10.58%
BLUE value IS 184 (72.27% from 255) = 58.97%
R=30.45%
G=10.58%
B=58.97%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal95331840.480.8200.28264.6469.5942.55
Hex5F21B8305201C109462b
Octal137412706012203441110653
Binary10111111000011011100011000010100100111001000010011000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F21B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,33,184); }

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

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

 a { background-color: rgb(95,33,184); }

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

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

 span { border-color: rgb(95,33,184); }

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