Html Css Color HEX #5A2EA4 Royal Purple

📋 copy color: '#5A2EA4'

red 90 ◦ green 46 ◦ blue 164

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

Shades of Royal Purple #5A2EA4

Tints of Royal Purple #5A2EA4

RGB

 RED value IS 90 (35.55% from 255) = 30%

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

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

R = 30%
G = 15.33%
B = 54.67%

CMYK

 C value IS 0.45

 M value IS 0.72

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#5A2EA4 (or 0x5A2EA4) is known color: Royal Purple. HEX triplet: 5A, 2E and A4. RGB value is (90,46,164). Sum of RGB (Red+Green+Blue) = 90+46+164=300 (39% of max value = 765). Red value is 90 (35.55% from 255 or 30% from 300); Green value is 46 (18.36% from 255 or 15.33% from 300); Blue value is 164 (64.45% from 255 or 54.67% from 300); Max value from RGB is 164 - color contains mainly: blue. Hex color #5A2EA4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A2EA4 is #A5D15B. Grayscale: #484848. Windows color (decimal): -10867036 or 10759770. OLE color: 10759770.

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

Color convert

RGB 90 46 164 -
CMYK 0.45 0.72 0 0.36
HSL 262.37º 0.56% 0.41% -
HSV(B) 262.37º 0.72% 0.64% -
XYZ 11.89 6.81 35.81 -
YUV 72.61 179.58 140.41 -
System Red Green Blue C M Y K H S L
Decimal 90 46 164 0.45 0.72 0 0.36 262.37 0.56 0.41
Hex 5A 2E A4 2D 48 0 24 106 38 29
Octal 132 56 244 55 110 0 44 406 70 51
Binary 1011010 101110 10100100 101101 1001000 0 100100 100000110 111000 101001

Color Harmonies of #5A2EA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A2EA4

Black with #5A2EA4

Text Example


Text Example

White with #5A2EA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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