#5B2AAF

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

Shades of Purple Heart #5B2AAF

Tints of Purple Heart #5B2AAF

Color information

#5B2AAF (or 0x5B2AAF) is unknown color: approx Purple Heart. HEX triplet: 5B, 2A and AF. RGB value is (91,42,175). Sum of RGB (Red+Green+Blue) = 91+42+175=308 (40% of max value = 765). Red value is 91 (35.94% from 255 or 29.55% from 308); Green value is 42 (16.80% from 255 or 13.64% from 308); Blue value is 175 (68.75% from 255 or 56.82% from 308); Max value from RGB is 175 - color contains mainly: blue. Hex color #5B2AAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B2AAF is #A4D550. Grayscale: #474747. Windows color (decimal): -10802513 or 11479643. OLE color: 11479643.

HSL color Cylindrical-coordinate representation of color #5B2AAF: hue angle of 262.11º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5B2AAF is Cyan = 0.48, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB9142175-
CMYK0.480.7600.31
HSL262.11º61.29%42.55%-
HSV(B)262.11º76%68.63%-
XYZ12.886.9841.22-
YUV71.81186.23141.69-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 29.55%
GREEN value IS 42 (16.80% from 255) = 13.64%
BLUE value IS 175 (68.75% from 255) = 56.82%
R=29.55%
G=13.64%
B=56.82%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal91421750.480.7600.31262.1161.2942.55
Hex5B2AAF304C01F1063d2b
Octal13352257601140374067553
Binary1011011101010101011111100001001100011111100000110111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B2AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,42,175); }

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

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

 a { background-color: rgb(91,42,175); }

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

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

 span { border-color: rgb(91,42,175); }

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