#573AAC

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

Shades of Royal Purple #573AAC

Tints of Royal Purple #573AAC

Color information

#573AAC (or 0x573AAC) is unknown color: approx Royal Purple. HEX triplet: 57, 3A and AC. RGB value is (87,58,172). Sum of RGB (Red+Green+Blue) = 87+58+172=317 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.44% from 317); Green value is 58 (23.05% from 255 or 18.30% from 317); Blue value is 172 (67.58% from 255 or 54.26% from 317); Max value from RGB is 172 - color contains mainly: blue. Hex color #573AAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #573AAC is #A8C553. Grayscale: #4F4F4F. Windows color (decimal): -11060564 or 11287127. OLE color: 11287127.

HSL color Cylindrical-coordinate representation of color #573AAC: hue angle of 255.26º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #573AAC is Cyan = 0.49, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB8758172-
CMYK0.490.6600.33
HSL255.26º49.57%45.1%-
HSV(B)255.26º66.28%67.45%-
XYZ12.898.0339.9-
YUV79.67180.11133.23-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 27.44%
GREEN value IS 58 (23.05% from 255) = 18.30%
BLUE value IS 172 (67.58% from 255) = 54.26%
R=27.44%
G=18.30%
B=54.26%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal87581720.490.6600.33255.2649.5745.1
Hex573AAC3142021ff322d
Octal12772254611020413776255
Binary1010111111010101011001100011000010010000111111111110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #573AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,58,172); }

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

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

 a { background-color: rgb(87,58,172); }

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

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

 span { border-color: rgb(87,58,172); }

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