Html Css Color HEX #573BAC Royal Purple

📋 copy color: '#573BAC'

red 87 ◦ green 59 ◦ blue 172

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

Shades of Royal Purple #573BAC

Tints of Royal Purple #573BAC

RGB

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

 GREEN value IS 59 (23.44% from 255) = 18.55%

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

R = 27.36%
G = 18.55%
B = 54.09%

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

#573BAC (or 0x573BAC) is known color: Royal Purple. HEX triplet: 57, 3B and AC. RGB value is (87,59,172). Sum of RGB (Red+Green+Blue) = 87+59+172=318 (42% of max value = 765). Red value is 87 (34.38% from 255 or 27.36% from 318); Green value is 59 (23.44% from 255 or 18.55% from 318); Blue value is 172 (67.58% from 255 or 54.09% from 318); Max value from RGB is 172 - color contains mainly: blue. Hex color #573BAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #573BAC is #A8C453. Grayscale: #4F4F4F. Windows color (decimal): -11060308 or 11287383. OLE color: 11287383.

HSL color Cylindrical-coordinate representation of color #573BAC: hue angle of 254.87º degrees, saturation: 0.49, 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 #573BAC is Cyan = 0.49, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 87 59 172 -
CMYK 0.49 0.66 0 0.33
HSL 254.87º 0.49% 0.45% -
HSV(B) 254.87º 0.66% 0.67% -
XYZ 12.94 8.13 39.92 -
YUV 80.25 179.78 132.81 -
System Red Green Blue C M Y K H S L
Decimal 87 59 172 0.49 0.66 0 0.33 254.87 0.49 0.45
Hex 57 3B AC 31 42 0 21 FF 31 2D
Octal 127 73 254 61 102 0 41 377 61 55
Binary 1010111 111011 10101100 110001 1000010 0 100001 11111111 110001 101101

Color Harmonies of #573BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #573BAC

Black with #573BAC

Text Example


Text Example

White with #573BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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