Html Css Color HEX #5B1AAB Purple Heart

📋 copy color: '#5B1AAB'

red 91 ◦ green 26 ◦ blue 171

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

Shades of Purple Heart #5B1AAB

Tints of Purple Heart #5B1AAB

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.03%

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

R = 31.6%
G = 9.03%
B = 59.38%

CMYK

 C value IS 0.47

 M value IS 0.85

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5B1AAB (or 0x5B1AAB) is known color: Purple Heart. HEX triplet: 5B, 1A and AB. RGB value is (91,26,171). Sum of RGB (Red+Green+Blue) = 91+26+171=288 (38% of max value = 765). Red value is 91 (35.94% from 255 or 31.60% from 288); Green value is 26 (10.55% from 255 or 9.03% from 288); Blue value is 171 (67.19% from 255 or 59.38% from 288); Max value from RGB is 171 - color contains mainly: blue. Hex color #5B1AAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B1AAB is #A4E554. Grayscale: #3D3D3D. Windows color (decimal): -10806613 or 11213403. OLE color: 11213403.

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

Color convert

RGB 91 26 171 -
CMYK 0.47 0.85 0 0.33
HSL 266.9º 0.74% 0.39% -
HSV(B) 266.9º 0.85% 0.67% -
XYZ 12.03 5.9 39.03 -
YUV 61.97 189.53 148.71 -
System Red Green Blue C M Y K H S L
Decimal 91 26 171 0.47 0.85 0 0.33 266.9 0.74 0.39
Hex 5B 1A AB 2F 55 0 21 10B 4A 27
Octal 133 32 253 57 125 0 41 413 112 47
Binary 1011011 11010 10101011 101111 1010101 0 100001 100001011 1001010 100111

Color Harmonies of #5B1AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B1AAB

Black with #5B1AAB

Text Example


Text Example

White with #5B1AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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