#5B2FAD

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

Shades of Purple Heart #5B2FAD

Tints of Purple Heart #5B2FAD

Color information

#5B2FAD (or 0x5B2FAD) is unknown color: approx Purple Heart. HEX triplet: 5B, 2F and AD. RGB value is (91,47,173). Sum of RGB (Red+Green+Blue) = 91+47+173=311 (41% of max value = 765). Red value is 91 (35.94% from 255 or 29.26% from 311); Green value is 47 (18.75% from 255 or 15.11% 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 #5B2FAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B2FAD is #A4D052. Grayscale: #4A4A4A. Windows color (decimal): -10801235 or 11349851. OLE color: 11349851.

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

Color convert

RGB9147173-
CMYK0.470.7300.32
HSL260.95º57.27%43.14%-
HSV(B)260.95º72.83%67.84%-
XYZ12.877.2740.26-
YUV74.52183.58139.75-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 29.26%
GREEN value IS 47 (18.75% from 255) = 15.11%
BLUE value IS 173 (67.97% from 255) = 55.63%
R=29.26%
G=15.11%
B=55.63%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal91471730.470.7300.32260.9557.2743.14
Hex5B2FAD2F49020105392b
Octal13357255571110404057153
Binary10110111011111010110110111110010010100000100000101111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B2FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,47,173); }

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

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

 a { background-color: rgb(91,47,173); }

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

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

 span { border-color: rgb(91,47,173); }

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