Html Css Color HEX #5E2EA4 Royal Purple

📋 copy color: '#5E2EA4'

red 94 ◦ green 46 ◦ blue 164

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

Shades of Royal Purple #5E2EA4

Tints of Royal Purple #5E2EA4

RGB

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

 GREEN value IS 46 (18.36% from 255) = 15.13%

 BLUE value IS 164 (64.45% from 255) = 53.95%

R = 30.92%
G = 15.13%
B = 53.95%

CMYK

 C value IS 0.43

 M value IS 0.72

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#5E2EA4 (or 0x5E2EA4) is known color: Royal Purple. HEX triplet: 5E, 2E and A4. RGB value is (94,46,164). Sum of RGB (Red+Green+Blue) = 94+46+164=304 (40% of max value = 765). Red value is 94 (37.11% from 255 or 30.92% from 304); Green value is 46 (18.36% from 255 or 15.13% from 304); Blue value is 164 (64.45% from 255 or 53.95% from 304); Max value from RGB is 164 - color contains mainly: blue. Hex color #5E2EA4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E2EA4 is #A1D15B. Grayscale: #494949. Windows color (decimal): -10604892 or 10759774. OLE color: 10759774.

HSL color Cylindrical-coordinate representation of color #5E2EA4: hue angle of 264.41º degrees, saturation: 0.56, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5E2EA4 is Cyan = 0.43, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 94 46 164 -
CMYK 0.43 0.72 0 0.36
HSL 264.41º 0.56% 0.41% -
HSV(B) 264.41º 0.72% 0.64% -
XYZ 12.29 7.01 35.83 -
YUV 73.8 178.9 142.41 -
System Red Green Blue C M Y K H S L
Decimal 94 46 164 0.43 0.72 0 0.36 264.41 0.56 0.41
Hex 5E 2E A4 2B 48 0 24 108 38 29
Octal 136 56 244 53 110 0 44 410 70 51
Binary 1011110 101110 10100100 101011 1001000 0 100100 100001000 111000 101001

Color Harmonies of #5E2EA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E2EA4

Black with #5E2EA4

Text Example


Text Example

White with #5E2EA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,46,164); }

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

background-color css

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

 a { background-color: rgb(94,46,164); }

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

border-color css

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

 span { border-color: rgb(94,46,164); }

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