Html Css Color HEX #573FB4 Purple Heart

📋 copy color: '#573FB4'

red 87 ◦ green 63 ◦ blue 180

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

Shades of Purple Heart #573FB4

Tints of Purple Heart #573FB4

RGB

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

 GREEN value IS 63 (25% from 255) = 19.09%

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

R = 26.36%
G = 19.09%
B = 54.55%

CMYK

 C value IS 0.52

 M value IS 0.65

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#573FB4 (or 0x573FB4) is known color: Purple Heart. HEX triplet: 57, 3F and B4. RGB value is (87,63,180). Sum of RGB (Red+Green+Blue) = 87+63+180=330 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.36% from 330); Green value is 63 (25% from 255 or 19.09% from 330); Blue value is 180 (70.70% from 255 or 54.55% from 330); Max value from RGB is 180 - color contains mainly: blue. Hex color #573FB4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #573FB4 is #A8C04B. Grayscale: #535353. Windows color (decimal): -11059276 or 11812695. OLE color: 11812695.

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

Color convert

RGB 87 63 180 -
CMYK 0.52 0.65 0 0.29
HSL 252.31º 0.48% 0.48% -
HSV(B) 252.31º 0.65% 0.71% -
XYZ 13.95 8.88 44.16 -
YUV 83.51 182.45 130.49 -
System Red Green Blue C M Y K H S L
Decimal 87 63 180 0.52 0.65 0 0.29 252.31 0.48 0.48
Hex 57 3F B4 34 41 0 1D FC 30 30
Octal 127 77 264 64 101 0 35 374 60 60
Binary 1010111 111111 10110100 110100 1000001 0 11101 11111100 110000 110000

Color Harmonies of #573FB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #573FB4

Black with #573FB4

Text Example


Text Example

White with #573FB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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