Html Css Color HEX #573FBA Purple Heart

📋 copy color: '#573FBA'

red 87 ◦ green 63 ◦ blue 186

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

Shades of Purple Heart #573FBA

Tints of Purple Heart #573FBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 55.36%

R = 25.89%
G = 18.75%
B = 55.36%

CMYK

 C value IS 0.53

 M value IS 0.66

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#573FBA (or 0x573FBA) is known color: Purple Heart. HEX triplet: 57, 3F and BA. RGB value is (87,63,186). Sum of RGB (Red+Green+Blue) = 87+63+186=336 (44% of max value = 765). Red value is 87 (34.38% from 255 or 25.89% from 336); Green value is 63 (25% from 255 or 18.75% from 336); Blue value is 186 (73.05% from 255 or 55.36% from 336); Max value from RGB is 186 - color contains mainly: blue. Hex color #573FBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #573FBA is #A8C045. Grayscale: #535353. Windows color (decimal): -11059270 or 12205911. OLE color: 12205911.

HSL color Cylindrical-coordinate representation of color #573FBA: hue angle of 251.71º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #573FBA is Cyan = 0.53, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 87 63 186 -
CMYK 0.53 0.66 0 0.27
HSL 251.71º 0.49% 0.49% -
HSV(B) 251.71º 0.66% 0.73% -
XYZ 14.57 9.13 47.45 -
YUV 84.2 185.45 130 -
System Red Green Blue C M Y K H S L
Decimal 87 63 186 0.53 0.66 0 0.27 251.71 0.49 0.49
Hex 57 3F BA 35 42 0 1B FC 31 31
Octal 127 77 272 65 102 0 33 374 61 61
Binary 1010111 111111 10111010 110101 1000010 0 11011 11111100 110001 110001

Color Harmonies of #573FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #573FBA

Black with #573FBA

Text Example


Text Example

White with #573FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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