Html Css Color HEX #573BAE Purple Heart

📋 copy color: '#573BAE'

red 87 ◦ green 59 ◦ blue 174

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

Shades of Purple Heart #573BAE

Tints of Purple Heart #573BAE

RGB

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

 GREEN value IS 59 (23.44% from 255) = 18.44%

 BLUE value IS 174 (68.36% from 255) = 54.38%

R = 27.19%
G = 18.44%
B = 54.38%

CMYK

 C value IS 0.5

 M value IS 0.66

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#573BAE (or 0x573BAE) is known color: Purple Heart. HEX triplet: 57, 3B and AE. RGB value is (87,59,174). Sum of RGB (Red+Green+Blue) = 87+59+174=320 (42% of max value = 765). Red value is 87 (34.38% from 255 or 27.19% from 320); Green value is 59 (23.44% from 255 or 18.44% from 320); Blue value is 174 (68.36% from 255 or 54.38% from 320); Max value from RGB is 174 - color contains mainly: blue. Hex color #573BAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #573BAE is #A8C451. Grayscale: #505050. Windows color (decimal): -11060306 or 11418455. OLE color: 11418455.

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

Color convert

RGB 87 59 174 -
CMYK 0.5 0.66 0 0.32
HSL 254.61º 0.49% 0.46% -
HSV(B) 254.61º 0.66% 0.68% -
XYZ 13.13 8.21 40.94 -
YUV 80.48 180.78 132.65 -
System Red Green Blue C M Y K H S L
Decimal 87 59 174 0.5 0.66 0 0.32 254.61 0.49 0.46
Hex 57 3B AE 32 42 0 20 FF 31 2E
Octal 127 73 256 62 102 0 40 377 61 56
Binary 1010111 111011 10101110 110010 1000010 0 100000 11111111 110001 101110

Color Harmonies of #573BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #573BAE

Black with #573BAE

Text Example


Text Example

White with #573BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,59,174); }

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

background-color css

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

 a { background-color: rgb(87,59,174); }

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

border-color css

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

 span { border-color: rgb(87,59,174); }

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