Html Css Color HEX #573DAF Purple Heart

📋 copy color: '#573DAF'

red 87 ◦ green 61 ◦ blue 175

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

Shades of Purple Heart #573DAF

Tints of Purple Heart #573DAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 54.18%

R = 26.93%
G = 18.89%
B = 54.18%

CMYK

 C value IS 0.50

 M value IS 0.65

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#573DAF (or 0x573DAF) is known color: Purple Heart. HEX triplet: 57, 3D and AF. RGB value is (87,61,175). Sum of RGB (Red+Green+Blue) = 87+61+175=323 (42% of max value = 765). Red value is 87 (34.38% from 255 or 26.93% from 323); Green value is 61 (24.22% from 255 or 18.89% from 323); Blue value is 175 (68.75% from 255 or 54.18% from 323); Max value from RGB is 175 - color contains mainly: blue. Hex color #573DAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #573DAF is #A8C250. Grayscale: #515151. Windows color (decimal): -11059793 or 11484503. OLE color: 11484503.

HSL color Cylindrical-coordinate representation of color #573DAF: hue angle of 253.68º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #573DAF is Cyan = 0.50, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 87 61 175 -
CMYK 0.50 0.65 0 0.31
HSL 253.68º 0.48% 0.46% -
HSV(B) 253.68º 0.65% 0.69% -
XYZ 13.34 8.46 41.49 -
YUV 81.77 180.61 131.73 -
System Red Green Blue C M Y K H S L
Decimal 87 61 175 0.50 0.65 0 0.31 253.68 0.48 0.46
Hex 57 3D AF 32 41 0 1F FE 30 2E
Octal 127 75 257 62 101 0 37 376 60 56
Binary 1010111 111101 10101111 110010 1000001 0 11111 11111110 110000 101110

Color Harmonies of #573DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #573DAF

Black with #573DAF

Text Example


Text Example

White with #573DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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