Html Css Color HEX #5E3EAE Royal Purple

📋 copy color: '#5E3EAE'

red 94 ◦ green 62 ◦ blue 174

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

Shades of Royal Purple #5E3EAE

Tints of Royal Purple #5E3EAE

RGB

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

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

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

R = 28.48%
G = 18.79%
B = 52.73%

CMYK

 C value IS 0.46

 M value IS 0.64

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5E3EAE (or 0x5E3EAE) is known color: Royal Purple. HEX triplet: 5E, 3E and AE. RGB value is (94,62,174). Sum of RGB (Red+Green+Blue) = 94+62+174=330 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.48% from 330); Green value is 62 (24.61% from 255 or 18.79% from 330); Blue value is 174 (68.36% from 255 or 52.73% from 330); Max value from RGB is 174 - color contains mainly: blue. Hex color #5E3EAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E3EAE is #A1C151. Grayscale: #535353. Windows color (decimal): -10600786 or 11419230. OLE color: 11419230.

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

Color convert

RGB 94 62 174 -
CMYK 0.46 0.64 0 0.32
HSL 257.14º 0.47% 0.46% -
HSV(B) 257.14º 0.64% 0.68% -
XYZ 13.98 8.88 41.02 -
YUV 84.34 178.6 134.89 -
System Red Green Blue C M Y K H S L
Decimal 94 62 174 0.46 0.64 0 0.32 257.14 0.47 0.46
Hex 5E 3E AE 2E 40 0 20 101 2F 2E
Octal 136 76 256 56 100 0 40 401 57 56
Binary 1011110 111110 10101110 101110 1000000 0 100000 100000001 101111 101110

Color Harmonies of #5E3EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E3EAE

Black with #5E3EAE

Text Example


Text Example

White with #5E3EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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