Html Css Color HEX #573FAD Royal Purple

📋 copy color: '#573FAD'

red 87 ◦ green 63 ◦ blue 173

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

Shades of Royal Purple #573FAD

Tints of Royal Purple #573FAD

RGB

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

 GREEN value IS 63 (25% from 255) = 19.5%

 BLUE value IS 173 (67.97% from 255) = 53.56%

R = 26.93%
G = 19.5%
B = 53.56%

CMYK

 C value IS 0.50

 M value IS 0.64

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#573FAD (or 0x573FAD) is known color: Royal Purple. HEX triplet: 57, 3F and AD. RGB value is (87,63,173). Sum of RGB (Red+Green+Blue) = 87+63+173=323 (42% of max value = 765). Red value is 87 (34.38% from 255 or 26.93% from 323); Green value is 63 (25% from 255 or 19.50% from 323); Blue value is 173 (67.97% from 255 or 53.56% from 323); Max value from RGB is 173 - color contains mainly: blue. Hex color #573FAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #573FAD is #A8C052. Grayscale: #525252. Windows color (decimal): -11059283 or 11353943. OLE color: 11353943.

HSL color Cylindrical-coordinate representation of color #573FAD: hue angle of 253.09º 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 #573FAD is Cyan = 0.50, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 87 63 173 -
CMYK 0.50 0.64 0 0.32
HSL 253.09º 0.47% 0.46% -
HSV(B) 253.09º 0.64% 0.68% -
XYZ 13.25 8.6 40.5 -
YUV 82.72 178.95 131.06 -
System Red Green Blue C M Y K H S L
Decimal 87 63 173 0.50 0.64 0 0.32 253.09 0.47 0.46
Hex 57 3F AD 32 40 0 20 FD 2F 2E
Octal 127 77 255 62 100 0 40 375 57 56
Binary 1010111 111111 10101101 110010 1000000 0 100000 11111101 101111 101110

Color Harmonies of #573FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #573FAD

Black with #573FAD

Text Example


Text Example

White with #573FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,63,173); }

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

background-color css

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

 a { background-color: rgb(87,63,173); }

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

border-color css

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

 span { border-color: rgb(87,63,173); }

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