Html Css Color HEX #5B2BAB Purple Heart

📋 copy color: '#5B2BAB'

red 91 ◦ green 43 ◦ blue 171

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

Shades of Purple Heart #5B2BAB

Tints of Purple Heart #5B2BAB

RGB

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

 GREEN value IS 43 (17.19% from 255) = 14.1%

 BLUE value IS 171 (67.19% from 255) = 56.07%

R = 29.84%
G = 14.1%
B = 56.07%

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

#5B2BAB (or 0x5B2BAB) is known color: Purple Heart. HEX triplet: 5B, 2B and AB. RGB value is (91,43,171). Sum of RGB (Red+Green+Blue) = 91+43+171=305 (40% of max value = 765). Red value is 91 (35.94% from 255 or 29.84% from 305); Green value is 43 (17.19% from 255 or 14.10% from 305); Blue value is 171 (67.19% from 255 or 56.07% from 305); Max value from RGB is 171 - color contains mainly: blue. Hex color #5B2BAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B2BAB is #A4D454. Grayscale: #474747. Windows color (decimal): -10802261 or 11217755. OLE color: 11217755.

HSL color Cylindrical-coordinate representation of color #5B2BAB: hue angle of 262.5º degrees, saturation: 0.6, 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 #5B2BAB is Cyan = 0.47, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 91 43 171 -
CMYK 0.47 0.75 0 0.33
HSL 262.5º 0.6% 0.42% -
HSV(B) 262.5º 0.75% 0.67% -
XYZ 12.53 6.89 39.2 -
YUV 71.94 183.9 141.59 -
System Red Green Blue C M Y K H S L
Decimal 91 43 171 0.47 0.75 0 0.33 262.5 0.6 0.42
Hex 5B 2B AB 2F 4B 0 21 106 3C 2A
Octal 133 53 253 57 113 0 41 406 74 52
Binary 1011011 101011 10101011 101111 1001011 0 100001 100000110 111100 101010

Color Harmonies of #5B2BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B2BAB

Black with #5B2BAB

Text Example


Text Example

White with #5B2BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5B2BAB;
 }
 .AnyTagClassName
 {
   color: #5B2BAB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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