Html Css Color HEX #573EAC Royal Purple

📋 copy color: '#573EAC'

red 87 ◦ green 62 ◦ blue 172

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

Shades of Royal Purple #573EAC

Tints of Royal Purple #573EAC

RGB

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

 GREEN value IS 62 (24.61% from 255) = 19.31%

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

R = 27.1%
G = 19.31%
B = 53.58%

CMYK

 C value IS 0.49

 M value IS 0.64

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#573EAC (or 0x573EAC) is known color: Royal Purple. HEX triplet: 57, 3E and AC. RGB value is (87,62,172). Sum of RGB (Red+Green+Blue) = 87+62+172=321 (42% of max value = 765). Red value is 87 (34.38% from 255 or 27.10% from 321); Green value is 62 (24.61% from 255 or 19.31% from 321); Blue value is 172 (67.58% from 255 or 53.58% from 321); Max value from RGB is 172 - color contains mainly: blue. Hex color #573EAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #573EAC is #A8C153. Grayscale: #515151. Windows color (decimal): -11059540 or 11288151. OLE color: 11288151.

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

Color convert

RGB 87 62 172 -
CMYK 0.49 0.64 0 0.33
HSL 253.64º 0.47% 0.46% -
HSV(B) 253.64º 0.64% 0.67% -
XYZ 13.1 8.45 39.97 -
YUV 82.02 178.78 131.56 -
System Red Green Blue C M Y K H S L
Decimal 87 62 172 0.49 0.64 0 0.33 253.64 0.47 0.46
Hex 57 3E AC 31 40 0 21 FE 2F 2E
Octal 127 76 254 61 100 0 41 376 57 56
Binary 1010111 111110 10101100 110001 1000000 0 100001 11111110 101111 101110

Color Harmonies of #573EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #573EAC

Black with #573EAC

Text Example


Text Example

White with #573EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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