Html Css Color HEX #573CC5 Purple Heart

📋 copy color: '#573CC5'

red 87 ◦ green 60 ◦ blue 197

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

Shades of Purple Heart #573CC5

Tints of Purple Heart #573CC5

RGB

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

 GREEN value IS 60 (23.83% from 255) = 17.44%

 BLUE value IS 197 (77.34% from 255) = 57.27%

R = 25.29%
G = 17.44%
B = 57.27%

CMYK

 C value IS 0.56

 M value IS 0.70

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#573CC5 (or 0x573CC5) is known color: Purple Heart. HEX triplet: 57, 3C and C5. RGB value is (87,60,197). Sum of RGB (Red+Green+Blue) = 87+60+197=344 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.29% from 344); Green value is 60 (23.83% from 255 or 17.44% from 344); Blue value is 197 (77.34% from 255 or 57.27% from 344); Max value from RGB is 197 - color contains mainly: blue. Hex color #573CC5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #573CC5 is #A8C33A. Grayscale: #535353. Windows color (decimal): -11060027 or 12926039. OLE color: 12926039.

HSL color Cylindrical-coordinate representation of color #573CC5: hue angle of 251.82º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #573CC5 is Cyan = 0.56, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 87 60 197 -
CMYK 0.56 0.70 0 0.23
HSL 251.82º 0.54% 0.5% -
HSV(B) 251.82º 0.7% 0.77% -
XYZ 15.62 9.29 53.79 -
YUV 83.69 191.95 130.36 -
System Red Green Blue C M Y K H S L
Decimal 87 60 197 0.56 0.70 0 0.23 251.82 0.54 0.5
Hex 57 3C C5 38 46 0 17 FC 36 32
Octal 127 74 305 70 106 0 27 374 66 62
Binary 1010111 111100 11000101 111000 1000110 0 10111 11111100 110110 110010

Color Harmonies of #573CC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #573CC5

Black with #573CC5

Text Example


Text Example

White with #573CC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,60,197); }

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

background-color css

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

 a { background-color: rgb(87,60,197); }

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

border-color css

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

 span { border-color: rgb(87,60,197); }

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