Html Css Color HEX #5B3EAA Royal Purple

📋 copy color: '#5B3EAA'

red 91 ◦ green 62 ◦ blue 170

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

Shades of Royal Purple #5B3EAA

Tints of Royal Purple #5B3EAA

RGB

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

 GREEN value IS 62 (24.61% from 255) = 19.2%

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

R = 28.17%
G = 19.2%
B = 52.63%

CMYK

 C value IS 0.46

 M value IS 0.64

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5B3EAA (or 0x5B3EAA) is known color: Royal Purple. HEX triplet: 5B, 3E and AA. RGB value is (91,62,170). Sum of RGB (Red+Green+Blue) = 91+62+170=323 (42% of max value = 765). Red value is 91 (35.94% from 255 or 28.17% from 323); Green value is 62 (24.61% from 255 or 19.20% from 323); Blue value is 170 (66.80% from 255 or 52.63% from 323); Max value from RGB is 170 - color contains mainly: blue. Hex color #5B3EAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B3EAA is #A4C155. Grayscale: #525252. Windows color (decimal): -10797398 or 11157083. OLE color: 11157083.

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

Color convert

RGB 91 62 170 -
CMYK 0.46 0.64 0 0.33
HSL 256.11º 0.47% 0.45% -
HSV(B) 256.11º 0.64% 0.67% -
XYZ 13.29 8.57 38.98 -
YUV 82.98 177.11 133.72 -
System Red Green Blue C M Y K H S L
Decimal 91 62 170 0.46 0.64 0 0.33 256.11 0.47 0.45
Hex 5B 3E AA 2E 40 0 21 100 2F 2D
Octal 133 76 252 56 100 0 41 400 57 55
Binary 1011011 111110 10101010 101110 1000000 0 100001 100000000 101111 101101

Color Harmonies of #5B3EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B3EAA

Black with #5B3EAA

Text Example


Text Example

White with #5B3EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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