Html Css Color HEX #5B40AB Royal Purple

📋 copy color: '#5B40AB'

red 91 ◦ green 64 ◦ blue 171

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

Shades of Royal Purple #5B40AB

Tints of Royal Purple #5B40AB

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.63%

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

R = 27.91%
G = 19.63%
B = 52.45%

CMYK

 C value IS 0.47

 M value IS 0.63

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5B40AB (or 0x5B40AB) is known color: Royal Purple. HEX triplet: 5B, 40 and AB. RGB value is (91,64,171). Sum of RGB (Red+Green+Blue) = 91+64+171=326 (43% of max value = 765). Red value is 91 (35.94% from 255 or 27.91% from 326); Green value is 64 (25.39% from 255 or 19.63% from 326); Blue value is 171 (67.19% from 255 or 52.45% from 326); Max value from RGB is 171 - color contains mainly: blue. Hex color #5B40AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B40AB is #A4BF54. Grayscale: #535353. Windows color (decimal): -10796885 or 11223131. OLE color: 11223131.

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

Color convert

RGB 91 64 171 -
CMYK 0.47 0.63 0 0.33
HSL 255.14º 0.46% 0.46% -
HSV(B) 255.14º 0.63% 0.67% -
XYZ 13.5 8.83 39.52 -
YUV 84.27 176.95 132.8 -
System Red Green Blue C M Y K H S L
Decimal 91 64 171 0.47 0.63 0 0.33 255.14 0.46 0.46
Hex 5B 40 AB 2F 3F 0 21 FF 2E 2E
Octal 133 100 253 57 77 0 41 377 56 56
Binary 1011011 1000000 10101011 101111 111111 0 100001 11111111 101110 101110

Color Harmonies of #5B40AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B40AB

Black with #5B40AB

Text Example


Text Example

White with #5B40AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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