Html Css Color HEX #5E3EAA Royal Purple

📋 copy color: '#5E3EAA'

red 94 ◦ green 62 ◦ blue 170

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

Shades of Royal Purple #5E3EAA

Tints of Royal Purple #5E3EAA

RGB

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

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

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

R = 28.83%
G = 19.02%
B = 52.15%

CMYK

 C value IS 0.45

 M value IS 0.64

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5E3EAA (or 0x5E3EAA) is known color: Royal Purple. HEX triplet: 5E, 3E and AA. RGB value is (94,62,170). Sum of RGB (Red+Green+Blue) = 94+62+170=326 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.83% from 326); Green value is 62 (24.61% from 255 or 19.02% from 326); Blue value is 170 (66.80% from 255 or 52.15% from 326); Max value from RGB is 170 - color contains mainly: blue. Hex color #5E3EAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E3EAA is #A1C155. Grayscale: #535353. Windows color (decimal): -10600790 or 11157086. OLE color: 11157086.

HSL color Cylindrical-coordinate representation of color #5E3EAA: hue angle of 257.78º 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 #5E3EAA is Cyan = 0.45, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 94 62 170 -
CMYK 0.45 0.64 0 0.33
HSL 257.78º 0.47% 0.45% -
HSV(B) 257.78º 0.64% 0.67% -
XYZ 13.59 8.73 39 -
YUV 83.88 176.6 135.22 -
System Red Green Blue C M Y K H S L
Decimal 94 62 170 0.45 0.64 0 0.33 257.78 0.47 0.45
Hex 5E 3E AA 2D 40 0 21 102 2F 2D
Octal 136 76 252 55 100 0 41 402 57 55
Binary 1011110 111110 10101010 101101 1000000 0 100001 100000010 101111 101101

Color Harmonies of #5E3EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E3EAA

Black with #5E3EAA

Text Example


Text Example

White with #5E3EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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