Html Css Color HEX #5E3BAE Royal Purple

📋 copy color: '#5E3BAE'

red 94 ◦ green 59 ◦ blue 174

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

Shades of Royal Purple #5E3BAE

Tints of Royal Purple #5E3BAE

RGB

 RED value IS 94 (37.11% from 255) = 28.75%

 GREEN value IS 59 (23.44% from 255) = 18.04%

 BLUE value IS 174 (68.36% from 255) = 53.21%

R = 28.75%
G = 18.04%
B = 53.21%

CMYK

 C value IS 0.46

 M value IS 0.66

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5E3BAE (or 0x5E3BAE) is known color: Royal Purple. HEX triplet: 5E, 3B and AE. RGB value is (94,59,174). Sum of RGB (Red+Green+Blue) = 94+59+174=327 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.75% from 327); Green value is 59 (23.44% from 255 or 18.04% from 327); Blue value is 174 (68.36% from 255 or 53.21% from 327); Max value from RGB is 174 - color contains mainly: blue. Hex color #5E3BAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E3BAE is #A1C451. Grayscale: #525252. Windows color (decimal): -10601554 or 11418462. OLE color: 11418462.

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

Color convert

RGB 94 59 174 -
CMYK 0.46 0.66 0 0.32
HSL 258.26º 0.49% 0.46% -
HSV(B) 258.26º 0.66% 0.68% -
XYZ 13.82 8.56 40.97 -
YUV 82.58 179.6 136.15 -
System Red Green Blue C M Y K H S L
Decimal 94 59 174 0.46 0.66 0 0.32 258.26 0.49 0.46
Hex 5E 3B AE 2E 42 0 20 102 31 2E
Octal 136 73 256 56 102 0 40 402 61 56
Binary 1011110 111011 10101110 101110 1000010 0 100000 100000010 110001 101110

Color Harmonies of #5E3BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E3BAE

Black with #5E3BAE

Text Example


Text Example

White with #5E3BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,59,174); }

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

background-color css

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

 a { background-color: rgb(94,59,174); }

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

border-color css

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

 span { border-color: rgb(94,59,174); }

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