#5F2BD1

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

Shades of Purple Heart #5F2BD1

Tints of Purple Heart #5F2BD1

Color information

#5F2BD1 (or 0x5F2BD1) is unknown color: approx Purple Heart. HEX triplet: 5F, 2B and D1. RGB value is (95,43,209). Sum of RGB (Red+Green+Blue) = 95+43+209=347 (45% of max value = 765). Red value is 95 (37.5% from 255 or 27.38% from 347); Green value is 43 (17.19% from 255 or 12.39% from 347); Blue value is 209 (82.03% from 255 or 60.23% from 347); Max value from RGB is 209 - color contains mainly: blue. Hex color #5F2BD1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5F2BD1 is #A0D42E. Grayscale: #4C4C4C. Windows color (decimal): -10540079 or 13708127. OLE color: 13708127.

HSL color Cylindrical-coordinate representation of color #5F2BD1: hue angle of 258.8º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5F2BD1 is Cyan = 0.55, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB9543209-
CMYK0.550.7900.18
HSL258.8º65.87%49.41%-
HSV(B)258.8º79.43%81.96%-
XYZ17.098.7661.11-
YUV77.47202.23140.5-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 27.38%
GREEN value IS 43 (17.19% from 255) = 12.39%
BLUE value IS 209 (82.03% from 255) = 60.23%
R=27.38%
G=12.39%
B=60.23%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal95432090.550.7900.18258.865.8749.41
Hex5F2BD1374F0121034231
Octal137533216711702240310261
Binary10111111010111101000111011110011110100101000000111000010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F2BD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,43,209); }

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

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

 a { background-color: rgb(95,43,209); }

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

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

 span { border-color: rgb(95,43,209); }

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