#573EAE

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

Shades of Royal Purple #573EAE

Tints of Royal Purple #573EAE

Color information

#573EAE (or 0x573EAE) is unknown color: approx Royal Purple. HEX triplet: 57, 3E and AE. RGB value is (87,62,174). Sum of RGB (Red+Green+Blue) = 87+62+174=323 (42% of max value = 765). Red value is 87 (34.38% from 255 or 26.93% from 323); Green value is 62 (24.61% from 255 or 19.20% from 323); Blue value is 174 (68.36% from 255 or 53.87% from 323); Max value from RGB is 174 - color contains mainly: blue. Hex color #573EAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #573EAE is #A8C151. Grayscale: #515151. Windows color (decimal): -11059538 or 11419223. OLE color: 11419223.

HSL color Cylindrical-coordinate representation of color #573EAE: hue angle of 253.39º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #573EAE is Cyan = 0.5, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB8762174-
CMYK0.50.6400.32
HSL253.39º47.46%46.27%-
HSV(B)253.39º64.37%68.24%-
XYZ13.298.5340.99-
YUV82.24179.78131.39-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 26.93%
GREEN value IS 62 (24.61% from 255) = 19.20%
BLUE value IS 174 (68.36% from 255) = 53.87%
R=26.93%
G=19.20%
B=53.87%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal87621740.50.6400.32253.3947.4646.27
Hex573EAE3240020fd2f2e
Octal12776256621000403755756
Binary1010111111110101011101100101000000010000011111101101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #573EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #573EAE; }

 p { color: rgb(87,62,174); }

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

<style>
 a { background-color: #573EAE; }

 a { background-color: rgb(87,62,174); }

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

<style>
 span { border-color: #573EAE; }

 span { border-color: rgb(87,62,174); }

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