Html Css Color HEX #5A41AD Royal Purple

📋 copy color: '#5A41AD'

red 90 ◦ green 65 ◦ blue 173

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

Shades of Royal Purple #5A41AD

Tints of Royal Purple #5A41AD

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.82%

 BLUE value IS 173 (67.97% from 255) = 52.74%

R = 27.44%
G = 19.82%
B = 52.74%

CMYK

 C value IS 0.48

 M value IS 0.62

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5A41AD (or 0x5A41AD) is known color: Royal Purple. HEX triplet: 5A, 41 and AD. RGB value is (90,65,173). Sum of RGB (Red+Green+Blue) = 90+65+173=328 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.44% from 328); Green value is 65 (25.78% from 255 or 19.82% from 328); Blue value is 173 (67.97% from 255 or 52.74% from 328); Max value from RGB is 173 - color contains mainly: blue. Hex color #5A41AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A41AD is #A5BE52. Grayscale: #545454. Windows color (decimal): -10862163 or 11354458. OLE color: 11354458.

HSL color Cylindrical-coordinate representation of color #5A41AD: hue angle of 253.89º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5A41AD is Cyan = 0.48, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 90 65 173 -
CMYK 0.48 0.62 0 0.32
HSL 253.89º 0.45% 0.47% -
HSV(B) 253.89º 0.62% 0.68% -
XYZ 13.65 8.97 40.55 -
YUV 84.79 177.78 131.72 -
System Red Green Blue C M Y K H S L
Decimal 90 65 173 0.48 0.62 0 0.32 253.89 0.45 0.47
Hex 5A 41 AD 30 3E 0 20 FE 2D 2F
Octal 132 101 255 60 76 0 40 376 55 57
Binary 1011010 1000001 10101101 110000 111110 0 100000 11111110 101101 101111

Color Harmonies of #5A41AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A41AD

Black with #5A41AD

Text Example


Text Example

White with #5A41AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,65,173); }

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

background-color css

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

 a { background-color: rgb(90,65,173); }

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

border-color css

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

 span { border-color: rgb(90,65,173); }

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