Html Css Color HEX #573FBC Purple Heart

📋 copy color: '#573FBC'

red 87 ◦ green 63 ◦ blue 188

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

Shades of Purple Heart #573FBC

Tints of Purple Heart #573FBC

RGB

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

 GREEN value IS 63 (25% from 255) = 18.64%

 BLUE value IS 188 (73.83% from 255) = 55.62%

R = 25.74%
G = 18.64%
B = 55.62%

CMYK

 C value IS 0.54

 M value IS 0.66

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#573FBC (or 0x573FBC) is known color: Purple Heart. HEX triplet: 57, 3F and BC. RGB value is (87,63,188). Sum of RGB (Red+Green+Blue) = 87+63+188=338 (44% of max value = 765). Red value is 87 (34.38% from 255 or 25.74% from 338); Green value is 63 (25% from 255 or 18.64% from 338); Blue value is 188 (73.83% from 255 or 55.62% from 338); Max value from RGB is 188 - color contains mainly: blue. Hex color #573FBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #573FBC is #A8C043. Grayscale: #535353. Windows color (decimal): -11059268 or 12336983. OLE color: 12336983.

HSL color Cylindrical-coordinate representation of color #573FBC: hue angle of 251.52º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #573FBC is Cyan = 0.54, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 87 63 188 -
CMYK 0.54 0.66 0 0.26
HSL 251.52º 0.5% 0.49% -
HSV(B) 251.52º 0.66% 0.74% -
XYZ 14.79 9.21 48.58 -
YUV 84.43 186.45 129.84 -
System Red Green Blue C M Y K H S L
Decimal 87 63 188 0.54 0.66 0 0.26 251.52 0.5 0.49
Hex 57 3F BC 36 42 0 1A FC 32 31
Octal 127 77 274 66 102 0 32 374 62 61
Binary 1010111 111111 10111100 110110 1000010 0 11010 11111100 110010 110001

Color Harmonies of #573FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #573FBC

Black with #573FBC

Text Example


Text Example

White with #573FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,63,188); }

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

background-color css

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

 a { background-color: rgb(87,63,188); }

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

border-color css

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

 span { border-color: rgb(87,63,188); }

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