#5f21af

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

Shades of Purple Heart #5F21AF

Tints of Purple Heart #5F21AF

Color information

#5F21AF (or 0x5F21AF) is unknown color: approx Purple Heart. HEX triplet: 5F, 21 and AF. RGB value is (95,33,175). Sum of RGB (Red+Green+Blue) = 95+33+175=303 (40% of max value = 765). Red value is 95 (37.5% from 255 or 31.35% from 303); Green value is 33 (13.28% from 255 or 10.89% from 303); Blue value is 175 (68.75% from 255 or 57.76% from 303); Max value from RGB is 175 - color contains mainly: blue. Hex color #5F21AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F21AF is #A0DE50. Grayscale: #434343. Windows color (decimal): -10542673 or 11477343. OLE color: 11477343.

HSL color Cylindrical-coordinate representation of color #5F21AF: hue angle of 266.2º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5F21AF is Cyan = 0.46, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB9533175-
CMYK0.460.8100.31
HSL266.2º68.27%40.78%-
HSV(B)266.2º81.14%68.63%-
XYZ136.6241.15-
YUV67.73188.54147.45-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 31.35%
GREEN value IS 33 (13.28% from 255) = 10.89%
BLUE value IS 175 (68.75% from 255) = 57.76%
R=31.35%
G=10.89%
B=57.76%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal95331750.460.8100.31266.268.2740.78
Hex5F21AF2E5101F10a4429
Octal137412575612103741210451
Binary10111111000011010111110111010100010111111000010101000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5f21af

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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