Html Css Color HEX #5A41AB Royal Purple

📋 copy color: '#5A41AB'

red 90 ◦ green 65 ◦ blue 171

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

Shades of Royal Purple #5A41AB

Tints of Royal Purple #5A41AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 52.45%

R = 27.61%
G = 19.94%
B = 52.45%

CMYK

 C value IS 0.47

 M value IS 0.62

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5A41AB (or 0x5A41AB) is known color: Royal Purple. HEX triplet: 5A, 41 and AB. RGB value is (90,65,171). Sum of RGB (Red+Green+Blue) = 90+65+171=326 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.61% from 326); Green value is 65 (25.78% from 255 or 19.94% from 326); Blue value is 171 (67.19% from 255 or 52.45% from 326); Max value from RGB is 171 - color contains mainly: blue. Hex color #5A41AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A41AB is #A5BE54. Grayscale: #545454. Windows color (decimal): -10862165 or 11223386. OLE color: 11223386.

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

Color convert

RGB 90 65 171 -
CMYK 0.47 0.62 0 0.33
HSL 254.15º 0.45% 0.46% -
HSV(B) 254.15º 0.62% 0.67% -
XYZ 13.46 8.89 39.54 -
YUV 84.56 176.78 131.88 -
System Red Green Blue C M Y K H S L
Decimal 90 65 171 0.47 0.62 0 0.33 254.15 0.45 0.46
Hex 5A 41 AB 2F 3E 0 21 FE 2D 2E
Octal 132 101 253 57 76 0 41 376 55 56
Binary 1011010 1000001 10101011 101111 111110 0 100001 11111110 101101 101110

Color Harmonies of #5A41AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A41AB

Black with #5A41AB

Text Example


Text Example

White with #5A41AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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