#5A42AD

Color #5A42AD Royal Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Purple #5A42AD

Tints of Royal Purple #5A42AD

Color information

#5A42AD (or 0x5A42AD) is unknown color: approx 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

RGB9066173-
CMYK0.480.6200.32
HSL253.46º44.77%46.86%-
HSV(B)253.46º61.85%67.84%-
XYZ13.719.0940.57-
YUV85.37177.45131.3-

RGB Variations

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

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 (Cyan) values IS 0.48
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal90661730.480.6200.32253.4644.7746.86
Hex5A42AD303E020fd2d2f
Octal13210225560760403755557
Binary1011010100001010101101110000111110010000011111101101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A42AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>