#5F2DAD

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

Shades of Purple Heart #5F2DAD

Tints of Purple Heart #5F2DAD

Color information

#5F2DAD (or 0x5F2DAD) is unknown color: approx Purple Heart. HEX triplet: 5F, 2D and AD. RGB value is (95,45,173). Sum of RGB (Red+Green+Blue) = 95+45+173=313 (41% of max value = 765). Red value is 95 (37.5% from 255 or 30.35% from 313); Green value is 45 (17.97% from 255 or 14.38% from 313); Blue value is 173 (67.97% from 255 or 55.27% from 313); Max value from RGB is 173 - color contains mainly: blue. Hex color #5F2DAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F2DAD is #A0D252. Grayscale: #4A4A4A. Windows color (decimal): -10539603 or 11349343. OLE color: 11349343.

HSL color Cylindrical-coordinate representation of color #5F2DAD: hue angle of 263.44º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5F2DAD is Cyan = 0.45, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB9545173-
CMYK0.450.7400.32
HSL263.44º58.72%42.75%-
HSV(B)263.44º73.99%67.84%-
XYZ13.27.3340.25-
YUV74.54183.56142.59-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 30.35%
GREEN value IS 45 (17.97% from 255) = 14.38%
BLUE value IS 173 (67.97% from 255) = 55.27%
R=30.35%
G=14.38%
B=55.27%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal95451730.450.7400.32263.4458.7242.75
Hex5F2DAD2D4A0201073b2b
Octal13755255551120404077353
Binary10111111011011010110110110110010100100000100000111111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F2DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,45,173); }

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

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

 a { background-color: rgb(95,45,173); }

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

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

 span { border-color: rgb(95,45,173); }

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