Html Css Color HEX #573DAE Royal Purple

📋 copy color: '#573DAE'

red 87 ◦ green 61 ◦ blue 174

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

Shades of Royal Purple #573DAE

Tints of Royal Purple #573DAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 54.04%

R = 27.02%
G = 18.94%
B = 54.04%

CMYK

 C value IS 0.5

 M value IS 0.65

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#573DAE (or 0x573DAE) is known color: Royal Purple. HEX triplet: 57, 3D and AE. RGB value is (87,61,174). Sum of RGB (Red+Green+Blue) = 87+61+174=322 (42% of max value = 765). Red value is 87 (34.38% from 255 or 27.02% from 322); Green value is 61 (24.22% from 255 or 18.94% from 322); Blue value is 174 (68.36% from 255 or 54.04% from 322); Max value from RGB is 174 - color contains mainly: blue. Hex color #573DAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #573DAE is #A8C251. Grayscale: #515151. Windows color (decimal): -11059794 or 11418967. OLE color: 11418967.

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

Color convert

RGB 87 61 174 -
CMYK 0.5 0.65 0 0.32
HSL 253.81º 0.48% 0.46% -
HSV(B) 253.81º 0.65% 0.68% -
XYZ 13.24 8.42 40.97 -
YUV 81.66 180.11 131.81 -
System Red Green Blue C M Y K H S L
Decimal 87 61 174 0.5 0.65 0 0.32 253.81 0.48 0.46
Hex 57 3D AE 32 41 0 20 FE 30 2E
Octal 127 75 256 62 101 0 40 376 60 56
Binary 1010111 111101 10101110 110010 1000001 0 100000 11111110 110000 101110

Color Harmonies of #573DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #573DAE

Black with #573DAE

Text Example


Text Example

White with #573DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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