Html Css Color HEX #5B3AAA Royal Purple

📋 copy color: '#5B3AAA'

red 91 ◦ green 58 ◦ blue 170

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

Shades of Royal Purple #5B3AAA

Tints of Royal Purple #5B3AAA

RGB

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

 GREEN value IS 58 (23.05% from 255) = 18.18%

 BLUE value IS 170 (66.8% from 255) = 53.29%

R = 28.53%
G = 18.18%
B = 53.29%

CMYK

 C value IS 0.46

 M value IS 0.66

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5B3AAA (or 0x5B3AAA) is known color: Royal Purple. HEX triplet: 5B, 3A and AA. RGB value is (91,58,170). Sum of RGB (Red+Green+Blue) = 91+58+170=319 (42% of max value = 765). Red value is 91 (35.94% from 255 or 28.53% from 319); Green value is 58 (23.05% from 255 or 18.18% from 319); Blue value is 170 (66.80% from 255 or 53.29% from 319); Max value from RGB is 170 - color contains mainly: blue. Hex color #5B3AAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B3AAA is #A4C555. Grayscale: #505050. Windows color (decimal): -10798422 or 11156059. OLE color: 11156059.

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

Color convert

RGB 91 58 170 -
CMYK 0.46 0.66 0 0.33
HSL 257.68º 0.49% 0.45% -
HSV(B) 257.68º 0.66% 0.67% -
XYZ 13.08 8.15 38.91 -
YUV 80.64 178.43 135.39 -
System Red Green Blue C M Y K H S L
Decimal 91 58 170 0.46 0.66 0 0.33 257.68 0.49 0.45
Hex 5B 3A AA 2E 42 0 21 102 31 2D
Octal 133 72 252 56 102 0 41 402 61 55
Binary 1011011 111010 10101010 101110 1000010 0 100001 100000010 110001 101101

Color Harmonies of #5B3AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B3AAA

Black with #5B3AAA

Text Example


Text Example

White with #5B3AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,58,170); }

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

background-color css

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

 a { background-color: rgb(91,58,170); }

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

border-color css

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

 span { border-color: rgb(91,58,170); }

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