#5f2bad

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

Shades of Purple Heart #5F2BAD

Tints of Purple Heart #5F2BAD

Color information

#5F2BAD (or 0x5F2BAD) is unknown color: approx Purple Heart. HEX triplet: 5F, 2B and AD. RGB value is (95,43,173). Sum of RGB (Red+Green+Blue) = 95+43+173=311 (41% of max value = 765). Red value is 95 (37.5% from 255 or 30.55% from 311); Green value is 43 (17.19% from 255 or 13.83% from 311); Blue value is 173 (67.97% from 255 or 55.63% from 311); Max value from RGB is 173 - color contains mainly: blue. Hex color #5F2BAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F2BAD is #A0D452. Grayscale: #484848. Windows color (decimal): -10540115 or 11348831. OLE color: 11348831.

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

Color convert

RGB9543173-
CMYK0.450.7500.32
HSL264º60.19%42.35%-
HSV(B)264º75.14%67.84%-
XYZ13.137.1840.23-
YUV73.37184.23143.43-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 30.55%
GREEN value IS 43 (17.19% from 255) = 13.83%
BLUE value IS 173 (67.97% from 255) = 55.63%
R=30.55%
G=13.83%
B=55.63%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal95431730.450.7500.3226460.1942.35
Hex5F2BAD2D4B0201083c2a
Octal13753255551130404107452
Binary10111111010111010110110110110010110100000100001000111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5f2bad

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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