Html Css Color HEX #5E2FAA Royal Purple

📋 copy color: '#5E2FAA'

red 94 ◦ green 47 ◦ blue 170

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

Shades of Royal Purple #5E2FAA

Tints of Royal Purple #5E2FAA

RGB

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

 GREEN value IS 47 (18.75% from 255) = 15.11%

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

R = 30.23%
G = 15.11%
B = 54.66%

CMYK

 C value IS 0.45

 M value IS 0.72

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5E2FAA (or 0x5E2FAA) is known color: Royal Purple. HEX triplet: 5E, 2F and AA. RGB value is (94,47,170). Sum of RGB (Red+Green+Blue) = 94+47+170=311 (41% of max value = 765). Red value is 94 (37.11% from 255 or 30.23% from 311); Green value is 47 (18.75% from 255 or 15.11% from 311); Blue value is 170 (66.80% from 255 or 54.66% from 311); Max value from RGB is 170 - color contains mainly: blue. Hex color #5E2FAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E2FAA is #A1D055. Grayscale: #4A4A4A. Windows color (decimal): -10604630 or 11153246. OLE color: 11153246.

HSL color Cylindrical-coordinate representation of color #5E2FAA: hue angle of 262.93º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5E2FAA is Cyan = 0.45, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 94 47 170 -
CMYK 0.45 0.72 0 0.33
HSL 262.93º 0.57% 0.43% -
HSV(B) 262.93º 0.72% 0.67% -
XYZ 12.89 7.31 38.76 -
YUV 75.08 181.57 141.5 -
System Red Green Blue C M Y K H S L
Decimal 94 47 170 0.45 0.72 0 0.33 262.93 0.57 0.43
Hex 5E 2F AA 2D 48 0 21 107 39 2B
Octal 136 57 252 55 110 0 41 407 71 53
Binary 1011110 101111 10101010 101101 1001000 0 100001 100000111 111001 101011

Color Harmonies of #5E2FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E2FAA

Black with #5E2FAA

Text Example


Text Example

White with #5E2FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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