Html Css Color HEX #5B34AB Royal Purple

📋 copy color: '#5B34AB'

red 91 ◦ green 52 ◦ blue 171

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

Shades of Royal Purple #5B34AB

Tints of Royal Purple #5B34AB

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.56%

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

R = 28.98%
G = 16.56%
B = 54.46%

CMYK

 C value IS 0.47

 M value IS 0.70

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5B34AB (or 0x5B34AB) is known color: Royal Purple. HEX triplet: 5B, 34 and AB. RGB value is (91,52,171). Sum of RGB (Red+Green+Blue) = 91+52+171=314 (41% of max value = 765). Red value is 91 (35.94% from 255 or 28.98% from 314); Green value is 52 (20.70% from 255 or 16.56% from 314); Blue value is 171 (67.19% from 255 or 54.46% from 314); Max value from RGB is 171 - color contains mainly: blue. Hex color #5B34AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B34AB is #A4CB54. Grayscale: #4C4C4C. Windows color (decimal): -10799957 or 11220059. OLE color: 11220059.

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

Color convert

RGB 91 52 171 -
CMYK 0.47 0.70 0 0.33
HSL 259.66º 0.53% 0.44% -
HSV(B) 259.66º 0.7% 0.67% -
XYZ 12.89 7.62 39.32 -
YUV 77.23 180.92 137.82 -
System Red Green Blue C M Y K H S L
Decimal 91 52 171 0.47 0.70 0 0.33 259.66 0.53 0.44
Hex 5B 34 AB 2F 46 0 21 104 35 2C
Octal 133 64 253 57 106 0 41 404 65 54
Binary 1011011 110100 10101011 101111 1000110 0 100001 100000100 110101 101100

Color Harmonies of #5B34AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B34AB

Black with #5B34AB

Text Example


Text Example

White with #5B34AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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