Html Css Color HEX #573ACC Purple Heart

📋 copy color: '#573ACC'

red 87 ◦ green 58 ◦ blue 204

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

Shades of Purple Heart #573ACC

Tints of Purple Heart #573ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 58.45%

R = 24.93%
G = 16.62%
B = 58.45%

CMYK

 C value IS 0.57

 M value IS 0.72

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#573ACC (or 0x573ACC) is known color: Purple Heart. HEX triplet: 57, 3A and CC. RGB value is (87,58,204). Sum of RGB (Red+Green+Blue) = 87+58+204=349 (46% of max value = 765). Red value is 87 (34.38% from 255 or 24.93% from 349); Green value is 58 (23.05% from 255 or 16.62% from 349); Blue value is 204 (80.08% from 255 or 58.45% from 349); Max value from RGB is 204 - color contains mainly: blue. Hex color #573ACC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #573ACC is #A8C533. Grayscale: #525252. Windows color (decimal): -11060532 or 13384279. OLE color: 13384279.

HSL color Cylindrical-coordinate representation of color #573ACC: hue angle of 251.92º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #573ACC is Cyan = 0.57, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 87 58 204 -
CMYK 0.57 0.72 0 0.2
HSL 251.92º 0.59% 0.51% -
HSV(B) 251.92º 0.72% 0.8% -
XYZ 16.34 9.41 58.08 -
YUV 83.32 196.11 130.63 -
System Red Green Blue C M Y K H S L
Decimal 87 58 204 0.57 0.72 0 0.2 251.92 0.59 0.51
Hex 57 3A CC 39 48 0 14 FC 3B 33
Octal 127 72 314 71 110 0 24 374 73 63
Binary 1010111 111010 11001100 111001 1001000 0 10100 11111100 111011 110011

Color Harmonies of #573ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #573ACC

Black with #573ACC

Text Example


Text Example

White with #573ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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