Html Css Color HEX #573AAC Royal Purple

📋 copy color: '#573AAC'

red 87 ◦ green 58 ◦ blue 172

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

Shades of Royal Purple #573AAC

Tints of Royal Purple #573AAC

RGB

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

 GREEN value IS 58 (23.05% from 255) = 18.3%

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

R = 27.44%
G = 18.3%
B = 54.26%

CMYK

 C value IS 0.49

 M value IS 0.66

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#573AAC (or 0x573AAC) is known color: 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

RGB 87 58 172 -
CMYK 0.49 0.66 0 0.33
HSL 255.26º 0.5% 0.45% -
HSV(B) 255.26º 0.66% 0.67% -
XYZ 12.89 8.03 39.9 -
YUV 79.67 180.11 133.23 -
System Red Green Blue C M Y K H S L
Decimal 87 58 172 0.49 0.66 0 0.33 255.26 0.5 0.45
Hex 57 3A AC 31 42 0 21 FF 32 2D
Octal 127 72 254 61 102 0 41 377 62 55
Binary 1010111 111010 10101100 110001 1000010 0 100001 11111111 110010 101101

Color Harmonies of #573AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #573AAC

Black with #573AAC

Text Example


Text Example

White with #573AAC

Text Example


Text Example

HTML Codes & Css Web 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>