Html Css Color HEX #5A42AD Royal Purple

📋 copy color: '#5A42AD'

red 90 ◦ green 66 ◦ blue 173

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

Shades of Royal Purple #5A42AD

Tints of Royal Purple #5A42AD

RGB

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

 GREEN value IS 66 (26.17% from 255) = 20.06%

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

R = 27.36%
G = 20.06%
B = 52.58%

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

#5A42AD (or 0x5A42AD) is known color: Royal Purple. HEX triplet: 5A, 42 and AD. RGB value is (90,66,173). Sum of RGB (Red+Green+Blue) = 90+66+173=329 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.36% from 329); Green value is 66 (26.17% from 255 or 20.06% from 329); Blue value is 173 (67.97% from 255 or 52.58% from 329); Max value from RGB is 173 - color contains mainly: blue. Hex color #5A42AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A42AD is #A5BD52. Grayscale: #545454. Windows color (decimal): -10861907 or 11354714. OLE color: 11354714.

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

Color convert

RGB 90 66 173 -
CMYK 0.48 0.62 0 0.32
HSL 253.46º 0.45% 0.47% -
HSV(B) 253.46º 0.62% 0.68% -
XYZ 13.71 9.09 40.57 -
YUV 85.37 177.45 131.3 -
System Red Green Blue C M Y K H S L
Decimal 90 66 173 0.48 0.62 0 0.32 253.46 0.45 0.47
Hex 5A 42 AD 30 3E 0 20 FD 2D 2F
Octal 132 102 255 60 76 0 40 375 55 57
Binary 1011010 1000010 10101101 110000 111110 0 100000 11111101 101101 101111

Color Harmonies of #5A42AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A42AD

Black with #5A42AD

Text Example


Text Example

White with #5A42AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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