Html Css Color HEX #573AB4 Purple Heart

📋 copy color: '#573AB4'

red 87 ◦ green 58 ◦ blue 180

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

Shades of Purple Heart #573AB4

Tints of Purple Heart #573AB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 55.38%

R = 26.77%
G = 17.85%
B = 55.38%

CMYK

 C value IS 0.52

 M value IS 0.68

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#573AB4 (or 0x573AB4) is known color: Purple Heart. HEX triplet: 57, 3A and B4. RGB value is (87,58,180). Sum of RGB (Red+Green+Blue) = 87+58+180=325 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.77% from 325); Green value is 58 (23.05% from 255 or 17.85% from 325); Blue value is 180 (70.70% from 255 or 55.38% from 325); Max value from RGB is 180 - color contains mainly: blue. Hex color #573AB4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #573AB4 is #A8C54B. Grayscale: #505050. Windows color (decimal): -11060556 or 11811415. OLE color: 11811415.

HSL color Cylindrical-coordinate representation of color #573AB4: hue angle of 254.26º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #573AB4 is Cyan = 0.52, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 87 58 180 -
CMYK 0.52 0.68 0 0.29
HSL 254.26º 0.51% 0.47% -
HSV(B) 254.26º 0.68% 0.71% -
XYZ 13.68 8.35 44.07 -
YUV 80.58 184.11 132.58 -
System Red Green Blue C M Y K H S L
Decimal 87 58 180 0.52 0.68 0 0.29 254.26 0.51 0.47
Hex 57 3A B4 34 44 0 1D FE 33 2F
Octal 127 72 264 64 104 0 35 376 63 57
Binary 1010111 111010 10110100 110100 1000100 0 11101 11111110 110011 101111

Color Harmonies of #573AB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #573AB4

Black with #573AB4

Text Example


Text Example

White with #573AB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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