Html Css Color HEX #573AAB Royal Purple

📋 copy color: '#573AAB'

red 87 ◦ green 58 ◦ blue 171

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

Shades of Royal Purple #573AAB

Tints of Royal Purple #573AAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 54.11%

R = 27.53%
G = 18.35%
B = 54.11%

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

#573AAB (or 0x573AAB) is known color: Royal Purple. HEX triplet: 57, 3A and AB. RGB value is (87,58,171). Sum of RGB (Red+Green+Blue) = 87+58+171=316 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.53% from 316); Green value is 58 (23.05% from 255 or 18.35% from 316); Blue value is 171 (67.19% from 255 or 54.11% from 316); Max value from RGB is 171 - color contains mainly: blue. Hex color #573AAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #573AAB is #A8C554. Grayscale: #4F4F4F. Windows color (decimal): -11060565 or 11221591. OLE color: 11221591.

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

Color convert

RGB 87 58 171 -
CMYK 0.49 0.66 0 0.33
HSL 255.4º 0.49% 0.45% -
HSV(B) 255.4º 0.66% 0.67% -
XYZ 12.79 7.99 39.4 -
YUV 79.55 179.61 133.31 -
System Red Green Blue C M Y K H S L
Decimal 87 58 171 0.49 0.66 0 0.33 255.4 0.49 0.45
Hex 57 3A AB 31 42 0 21 FF 31 2D
Octal 127 72 253 61 102 0 41 377 61 55
Binary 1010111 111010 10101011 110001 1000010 0 100001 11111111 110001 101101

Color Harmonies of #573AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #573AAB

Black with #573AAB

Text Example


Text Example

White with #573AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,58,171); }

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

background-color css

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

 a { background-color: rgb(87,58,171); }

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

border-color css

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

 span { border-color: rgb(87,58,171); }

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