Html Css Color HEX #573CAC Royal Purple

📋 copy color: '#573CAC'

red 87 ◦ green 60 ◦ blue 172

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

Shades of Royal Purple #573CAC

Tints of Royal Purple #573CAC

RGB

 RED value IS 87 (34.38% from 255) = 27.27%

 GREEN value IS 60 (23.83% from 255) = 18.81%

 BLUE value IS 172 (67.58% from 255) = 53.92%

R = 27.27%
G = 18.81%
B = 53.92%

CMYK

 C value IS 0.49

 M value IS 0.65

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#573CAC (or 0x573CAC) is known color: Royal Purple. HEX triplet: 57, 3C and AC. RGB value is (87,60,172). Sum of RGB (Red+Green+Blue) = 87+60+172=319 (42% of max value = 765). Red value is 87 (34.38% from 255 or 27.27% from 319); Green value is 60 (23.83% from 255 or 18.81% from 319); Blue value is 172 (67.58% from 255 or 53.92% from 319); Max value from RGB is 172 - color contains mainly: blue. Hex color #573CAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #573CAC is #A8C353. Grayscale: #505050. Windows color (decimal): -11060052 or 11287639. OLE color: 11287639.

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

Color convert

RGB 87 60 172 -
CMYK 0.49 0.65 0 0.33
HSL 254.46º 0.48% 0.45% -
HSV(B) 254.46º 0.65% 0.67% -
XYZ 12.99 8.24 39.93 -
YUV 80.84 179.45 132.39 -
System Red Green Blue C M Y K H S L
Decimal 87 60 172 0.49 0.65 0 0.33 254.46 0.48 0.45
Hex 57 3C AC 31 41 0 21 FE 30 2D
Octal 127 74 254 61 101 0 41 376 60 55
Binary 1010111 111100 10101100 110001 1000001 0 100001 11111110 110000 101101

Color Harmonies of #573CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #573CAC

Black with #573CAC

Text Example


Text Example

White with #573CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #573CAC;
 }
 .AnyTagClassName
 {
   color: #573CAC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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