Html Css Color HEX #573AAD Purple Heart

📋 copy color: '#573AAD'

red 87 ◦ green 58 ◦ blue 173

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

Shades of Purple Heart #573AAD

Tints of Purple Heart #573AAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 54.4%

R = 27.36%
G = 18.24%
B = 54.4%

CMYK

 C value IS 0.50

 M value IS 0.66

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#573AAD (or 0x573AAD) is known color: Purple Heart. HEX triplet: 57, 3A and AD. RGB value is (87,58,173). Sum of RGB (Red+Green+Blue) = 87+58+173=318 (42% of max value = 765). Red value is 87 (34.38% from 255 or 27.36% from 318); Green value is 58 (23.05% from 255 or 18.24% from 318); Blue value is 173 (67.97% from 255 or 54.40% from 318); Max value from RGB is 173 - color contains mainly: blue. Hex color #573AAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #573AAD is #A8C552. Grayscale: #4F4F4F. Windows color (decimal): -11060563 or 11352663. OLE color: 11352663.

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

Color convert

RGB 87 58 173 -
CMYK 0.50 0.66 0 0.32
HSL 255.13º 0.5% 0.45% -
HSV(B) 255.13º 0.66% 0.68% -
XYZ 12.99 8.07 40.41 -
YUV 79.78 180.61 133.15 -
System Red Green Blue C M Y K H S L
Decimal 87 58 173 0.50 0.66 0 0.32 255.13 0.5 0.45
Hex 57 3A AD 32 42 0 20 FF 32 2D
Octal 127 72 255 62 102 0 40 377 62 55
Binary 1010111 111010 10101101 110010 1000010 0 100000 11111111 110010 101101

Color Harmonies of #573AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #573AAD

Black with #573AAD

Text Example


Text Example

White with #573AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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