#5A42AE

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

Shades of Royal Purple #5A42AE

Tints of Royal Purple #5A42AE

Color information

#5A42AE (or 0x5A42AE) is unknown color: approx Royal Purple. HEX triplet: 5A, 42 and AE. RGB value is (90,66,174). Sum of RGB (Red+Green+Blue) = 90+66+174=330 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.27% from 330); Green value is 66 (26.17% from 255 or 20% from 330); Blue value is 174 (68.36% from 255 or 52.73% from 330); Max value from RGB is 174 - color contains mainly: blue. Hex color #5A42AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A42AE is #A5BD51. Grayscale: #555555. Windows color (decimal): -10861906 or 11420250. OLE color: 11420250.

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

Color convert

RGB9066174-
CMYK0.480.6200.32
HSL253.33º45%47.06%-
HSV(B)253.33º62.07%68.24%-
XYZ13.89.1341.08-
YUV85.49177.95131.22-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 27.27%
GREEN value IS 66 (26.17% from 255) = 20%
BLUE value IS 174 (68.36% from 255) = 52.73%
R=27.27%
G=20%
B=52.73%

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
Decimal90661740.480.6200.32253.334547.06
Hex5A42AE303E020fd2d2f
Octal13210225660760403755557
Binary1011010100001010101110110000111110010000011111101101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A42AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5A42AE;
 }
 .AnyTagClassName
 {
   color: #5A42AE;
 }
</style>
background-color css

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

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

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

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

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

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