Html Css Color HEX #5E3FAE Royal Purple

📋 copy color: '#5E3FAE'

red 94 ◦ green 63 ◦ blue 174

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

Shades of Royal Purple #5E3FAE

Tints of Royal Purple #5E3FAE

RGB

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

 GREEN value IS 63 (25% from 255) = 19.03%

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

R = 28.4%
G = 19.03%
B = 52.57%

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

#5E3FAE (or 0x5E3FAE) is known color: Royal Purple. HEX triplet: 5E, 3F and AE. RGB value is (94,63,174). Sum of RGB (Red+Green+Blue) = 94+63+174=331 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.40% from 331); Green value is 63 (25% from 255 or 19.03% from 331); Blue value is 174 (68.36% from 255 or 52.57% from 331); Max value from RGB is 174 - color contains mainly: blue. Hex color #5E3FAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E3FAE is #A1C051. Grayscale: #545454. Windows color (decimal): -10600530 or 11419486. OLE color: 11419486.

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

Color convert

RGB 94 63 174 -
CMYK 0.46 0.64 0 0.32
HSL 256.76º 0.47% 0.46% -
HSV(B) 256.76º 0.64% 0.68% -
XYZ 14.03 8.99 41.04 -
YUV 84.92 178.27 134.47 -
System Red Green Blue C M Y K H S L
Decimal 94 63 174 0.46 0.64 0 0.32 256.76 0.47 0.46
Hex 5E 3F AE 2E 40 0 20 101 2F 2E
Octal 136 77 256 56 100 0 40 401 57 56
Binary 1011110 111111 10101110 101110 1000000 0 100000 100000001 101111 101110

Color Harmonies of #5E3FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E3FAE

Black with #5E3FAE

Text Example


Text Example

White with #5E3FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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