Html Css Color HEX #573DBA Purple Heart

📋 copy color: '#573DBA'

red 87 ◦ green 61 ◦ blue 186

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

Shades of Purple Heart #573DBA

Tints of Purple Heart #573DBA

RGB

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

 GREEN value IS 61 (24.22% from 255) = 18.26%

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

R = 26.05%
G = 18.26%
B = 55.69%

CMYK

 C value IS 0.53

 M value IS 0.67

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#573DBA (or 0x573DBA) is known color: Purple Heart. HEX triplet: 57, 3D and BA. RGB value is (87,61,186). Sum of RGB (Red+Green+Blue) = 87+61+186=334 (44% of max value = 765). Red value is 87 (34.38% from 255 or 26.05% from 334); Green value is 61 (24.22% from 255 or 18.26% from 334); Blue value is 186 (73.05% from 255 or 55.69% from 334); Max value from RGB is 186 - color contains mainly: blue. Hex color #573DBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #573DBA is #A8C245. Grayscale: #525252. Windows color (decimal): -11059782 or 12205399. OLE color: 12205399.

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

Color convert

RGB 87 61 186 -
CMYK 0.53 0.67 0 0.27
HSL 252.48º 0.51% 0.48% -
HSV(B) 252.48º 0.67% 0.73% -
XYZ 14.46 8.91 47.41 -
YUV 83.02 186.11 130.84 -
System Red Green Blue C M Y K H S L
Decimal 87 61 186 0.53 0.67 0 0.27 252.48 0.51 0.48
Hex 57 3D BA 35 43 0 1B FC 33 30
Octal 127 75 272 65 103 0 33 374 63 60
Binary 1010111 111101 10111010 110101 1000011 0 11011 11111100 110011 110000

Color Harmonies of #573DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #573DBA

Black with #573DBA

Text Example


Text Example

White with #573DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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