Html Css Color HEX #573CDC Purple Heart

📋 copy color: '#573CDC'

red 87 ◦ green 60 ◦ blue 220

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

Shades of Purple Heart #573CDC

Tints of Purple Heart #573CDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 59.95%

R = 23.71%
G = 16.35%
B = 59.95%

CMYK

 C value IS 0.60

 M value IS 0.73

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#573CDC (or 0x573CDC) is known color: Purple Heart. HEX triplet: 57, 3C and DC. RGB value is (87,60,220). Sum of RGB (Red+Green+Blue) = 87+60+220=367 (48% of max value = 765). Red value is 87 (34.38% from 255 or 23.71% from 367); Green value is 60 (23.83% from 255 or 16.35% from 367); Blue value is 220 (86.33% from 255 or 59.95% from 367); Max value from RGB is 220 - color contains mainly: blue. Hex color #573CDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #573CDC is #A8C323. Grayscale: #555555. Windows color (decimal): -11060004 or 14433367. OLE color: 14433367.

HSL color Cylindrical-coordinate representation of color #573CDC: hue angle of 250.12º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #573CDC is Cyan = 0.60, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 87 60 220 -
CMYK 0.60 0.73 0 0.14
HSL 250.13º 0.7% 0.55% -
HSV(B) 250.13º 0.73% 0.86% -
XYZ 18.46 10.43 68.75 -
YUV 86.31 203.45 128.49 -
System Red Green Blue C M Y K H S L
Decimal 87 60 220 0.60 0.73 0 0.14 250.13 0.7 0.55
Hex 57 3C DC 3C 49 0 E FA 46 37
Octal 127 74 334 74 111 0 16 372 106 67
Binary 1010111 111100 11011100 111100 1001001 0 1110 11111010 1000110 110111

Color Harmonies of #573CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #573CDC

Black with #573CDC

Text Example


Text Example

White with #573CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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