Html Css Color HEX #5B3CAB Royal Purple

📋 copy color: '#5B3CAB'

red 91 ◦ green 60 ◦ blue 171

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

Shades of Royal Purple #5B3CAB

Tints of Royal Purple #5B3CAB

RGB

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

 GREEN value IS 60 (23.83% from 255) = 18.63%

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

R = 28.26%
G = 18.63%
B = 53.11%

CMYK

 C value IS 0.47

 M value IS 0.65

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5B3CAB (or 0x5B3CAB) is known color: Royal Purple. HEX triplet: 5B, 3C and AB. RGB value is (91,60,171). Sum of RGB (Red+Green+Blue) = 91+60+171=322 (42% of max value = 765). Red value is 91 (35.94% from 255 or 28.26% from 322); Green value is 60 (23.83% from 255 or 18.63% from 322); Blue value is 171 (67.19% from 255 or 53.11% from 322); Max value from RGB is 171 - color contains mainly: blue. Hex color #5B3CAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B3CAB is #A4C354. Grayscale: #515151. Windows color (decimal): -10797909 or 11222107. OLE color: 11222107.

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

Color convert

RGB 91 60 171 -
CMYK 0.47 0.65 0 0.33
HSL 256.76º 0.48% 0.45% -
HSV(B) 256.76º 0.65% 0.67% -
XYZ 13.28 8.4 39.45 -
YUV 81.92 178.27 134.47 -
System Red Green Blue C M Y K H S L
Decimal 91 60 171 0.47 0.65 0 0.33 256.76 0.48 0.45
Hex 5B 3C AB 2F 41 0 21 101 30 2D
Octal 133 74 253 57 101 0 41 401 60 55
Binary 1011011 111100 10101011 101111 1000001 0 100001 100000001 110000 101101

Color Harmonies of #5B3CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B3CAB

Black with #5B3CAB

Text Example


Text Example

White with #5B3CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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