Html Css Color HEX #573ABA Purple Heart

📋 copy color: '#573ABA'

red 87 ◦ green 58 ◦ blue 186

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

Shades of Purple Heart #573ABA

Tints of Purple Heart #573ABA

RGB

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

 GREEN value IS 58 (23.05% from 255) = 17.52%

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

R = 26.28%
G = 17.52%
B = 56.19%

CMYK

 C value IS 0.53

 M value IS 0.69

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#573ABA (or 0x573ABA) is known color: Purple Heart. HEX triplet: 57, 3A and BA. RGB value is (87,58,186). Sum of RGB (Red+Green+Blue) = 87+58+186=331 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.28% from 331); Green value is 58 (23.05% from 255 or 17.52% from 331); Blue value is 186 (73.05% from 255 or 56.19% from 331); Max value from RGB is 186 - color contains mainly: blue. Hex color #573ABA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #573ABA is #A8C545. Grayscale: #505050. Windows color (decimal): -11060550 or 12204631. OLE color: 12204631.

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

Color convert

RGB 87 58 186 -
CMYK 0.53 0.69 0 0.27
HSL 253.59º 0.52% 0.48% -
HSV(B) 253.59º 0.69% 0.73% -
XYZ 14.31 8.6 47.36 -
YUV 81.26 187.11 132.09 -
System Red Green Blue C M Y K H S L
Decimal 87 58 186 0.53 0.69 0 0.27 253.59 0.52 0.48
Hex 57 3A BA 35 45 0 1B FE 34 30
Octal 127 72 272 65 105 0 33 376 64 60
Binary 1010111 111010 10111010 110101 1000101 0 11011 11111110 110100 110000

Color Harmonies of #573ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #573ABA

Black with #573ABA

Text Example


Text Example

White with #573ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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