#5B2AAB

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

Shades of Purple Heart #5B2AAB

Tints of Purple Heart #5B2AAB

Color information

#5B2AAB (or 0x5B2AAB) is unknown color: approx Purple Heart. HEX triplet: 5B, 2A and AB. RGB value is (91,42,171). Sum of RGB (Red+Green+Blue) = 91+42+171=304 (40% of max value = 765). Red value is 91 (35.94% from 255 or 29.93% from 304); Green value is 42 (16.80% from 255 or 13.82% from 304); Blue value is 171 (67.19% from 255 or 56.25% from 304); Max value from RGB is 171 - color contains mainly: blue. Hex color #5B2AAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B2AAB is #A4D554. Grayscale: #464646. Windows color (decimal): -10802517 or 11217499. OLE color: 11217499.

HSL color Cylindrical-coordinate representation of color #5B2AAB: hue angle of 262.79º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5B2AAB is Cyan = 0.47, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB9142171-
CMYK0.470.7500.33
HSL262.79º60.56%41.76%-
HSV(B)262.79º75.44%67.06%-
XYZ12.496.8239.19-
YUV71.36184.23142.01-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 29.93%
GREEN value IS 42 (16.80% from 255) = 13.82%
BLUE value IS 171 (67.19% from 255) = 56.25%
R=29.93%
G=13.82%
B=56.25%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal91421710.470.7500.33262.7960.5641.76
Hex5B2AAB2F4B0211073d2a
Octal13352253571130414077552
Binary10110111010101010101110111110010110100001100000111111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B2AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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