Html Css Color HEX #573DAC Royal Purple

📋 copy color: '#573DAC'

red 87 ◦ green 61 ◦ blue 172

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

Shades of Royal Purple #573DAC

Tints of Royal Purple #573DAC

RGB

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

 GREEN value IS 61 (24.22% from 255) = 19.06%

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

R = 27.19%
G = 19.06%
B = 53.75%

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

#573DAC (or 0x573DAC) is known color: Royal Purple. HEX triplet: 57, 3D and AC. RGB value is (87,61,172). Sum of RGB (Red+Green+Blue) = 87+61+172=320 (42% of max value = 765). Red value is 87 (34.38% from 255 or 27.19% from 320); Green value is 61 (24.22% from 255 or 19.06% from 320); Blue value is 172 (67.58% from 255 or 53.75% from 320); Max value from RGB is 172 - color contains mainly: blue. Hex color #573DAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #573DAC is #A8C253. Grayscale: #515151. Windows color (decimal): -11059796 or 11287895. OLE color: 11287895.

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

Color convert

RGB 87 61 172 -
CMYK 0.49 0.65 0 0.33
HSL 254.05º 0.48% 0.46% -
HSV(B) 254.05º 0.65% 0.67% -
XYZ 13.05 8.34 39.95 -
YUV 81.43 179.11 131.97 -
System Red Green Blue C M Y K H S L
Decimal 87 61 172 0.49 0.65 0 0.33 254.05 0.48 0.46
Hex 57 3D AC 31 41 0 21 FE 30 2E
Octal 127 75 254 61 101 0 41 376 60 56
Binary 1010111 111101 10101100 110001 1000001 0 100001 11111110 110000 101110

Color Harmonies of #573DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #573DAC

Black with #573DAC

Text Example


Text Example

White with #573DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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