Html Css Color HEX #573AAE Purple Heart

📋 copy color: '#573AAE'

red 87 ◦ green 58 ◦ blue 174

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

Shades of Purple Heart #573AAE

Tints of Purple Heart #573AAE

RGB

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

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

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

R = 27.27%
G = 18.18%
B = 54.55%

CMYK

 C value IS 0.5

 M value IS 0.67

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#573AAE (or 0x573AAE) is known color: Purple Heart. HEX triplet: 57, 3A and AE. RGB value is (87,58,174). Sum of RGB (Red+Green+Blue) = 87+58+174=319 (42% of max value = 765). Red value is 87 (34.38% from 255 or 27.27% from 319); Green value is 58 (23.05% from 255 or 18.18% from 319); Blue value is 174 (68.36% from 255 or 54.55% from 319); Max value from RGB is 174 - color contains mainly: blue. Hex color #573AAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #573AAE is #A8C551. Grayscale: #4F4F4F. Windows color (decimal): -11060562 or 11418199. OLE color: 11418199.

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

Color convert

RGB 87 58 174 -
CMYK 0.5 0.67 0 0.32
HSL 255º 0.5% 0.45% -
HSV(B) 255º 0.67% 0.68% -
XYZ 13.08 8.11 40.92 -
YUV 79.9 181.11 133.07 -
System Red Green Blue C M Y K H S L
Decimal 87 58 174 0.5 0.67 0 0.32 255 0.5 0.45
Hex 57 3A AE 32 43 0 20 FF 32 2D
Octal 127 72 256 62 103 0 40 377 62 55
Binary 1010111 111010 10101110 110010 1000011 0 100000 11111111 110010 101101

Color Harmonies of #573AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #573AAE

Black with #573AAE

Text Example


Text Example

White with #573AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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