Html Css Color HEX #5B2AAB Purple Heart

📋 copy color: '#5B2AAB'

red 91 ◦ green 42 ◦ blue 171

#5B2AAB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Heart #5B2AAB

Tints of Purple Heart #5B2AAB

RGB

 RED value IS 91 (35.94% from 255) = 29.93%

 GREEN value IS 42 (16.8% 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 value IS 0.47

 M value IS 0.75

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5B2AAB (or 0x5B2AAB) is known color: 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

RGB 91 42 171 -
CMYK 0.47 0.75 0 0.33
HSL 262.79º 0.61% 0.42% -
HSV(B) 262.79º 0.75% 0.67% -
XYZ 12.49 6.82 39.19 -
YUV 71.36 184.23 142.01 -
System Red Green Blue C M Y K H S L
Decimal 91 42 171 0.47 0.75 0 0.33 262.79 0.61 0.42
Hex 5B 2A AB 2F 4B 0 21 107 3D 2A
Octal 133 52 253 57 113 0 41 407 75 52
Binary 1011011 101010 10101011 101111 1001011 0 100001 100000111 111101 101010

Color Harmonies of #5B2AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B2AAB

Black with #5B2AAB

Text Example


Text Example

White with #5B2AAB

Text Example


Text Example

HTML Codes & Css Web 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>