Html Css Color HEX #5A41AC Royal Purple

📋 copy color: '#5A41AC'

red 90 ◦ green 65 ◦ blue 172

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

Shades of Royal Purple #5A41AC

Tints of Royal Purple #5A41AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 52.6%

R = 27.52%
G = 19.88%
B = 52.6%

CMYK

 C value IS 0.48

 M value IS 0.62

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5A41AC (or 0x5A41AC) is known color: Royal Purple. HEX triplet: 5A, 41 and AC. RGB value is (90,65,172). Sum of RGB (Red+Green+Blue) = 90+65+172=327 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.52% from 327); Green value is 65 (25.78% from 255 or 19.88% from 327); Blue value is 172 (67.58% from 255 or 52.60% from 327); Max value from RGB is 172 - color contains mainly: blue. Hex color #5A41AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A41AC is #A5BE53. Grayscale: #545454. Windows color (decimal): -10862164 or 11288922. OLE color: 11288922.

HSL color Cylindrical-coordinate representation of color #5A41AC: hue angle of 254.02º 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 #5A41AC is Cyan = 0.48, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 90 65 172 -
CMYK 0.48 0.62 0 0.33
HSL 254.02º 0.45% 0.46% -
HSV(B) 254.02º 0.62% 0.67% -
XYZ 13.55 8.93 40.04 -
YUV 84.67 177.28 131.8 -
System Red Green Blue C M Y K H S L
Decimal 90 65 172 0.48 0.62 0 0.33 254.02 0.45 0.46
Hex 5A 41 AC 30 3E 0 21 FE 2D 2E
Octal 132 101 254 60 76 0 41 376 55 56
Binary 1011010 1000001 10101100 110000 111110 0 100001 11111110 101101 101110

Color Harmonies of #5A41AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A41AC

Black with #5A41AC

Text Example


Text Example

White with #5A41AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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