Html Css Color HEX #573CB0 Purple Heart

📋 copy color: '#573CB0'

red 87 ◦ green 60 ◦ blue 176

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

Shades of Purple Heart #573CB0

Tints of Purple Heart #573CB0

RGB

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

 GREEN value IS 60 (23.83% from 255) = 18.58%

 BLUE value IS 176 (69.14% from 255) = 54.49%

R = 26.93%
G = 18.58%
B = 54.49%

CMYK

 C value IS 0.51

 M value IS 0.66

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#573CB0 (or 0x573CB0) is known color: Purple Heart. HEX triplet: 57, 3C and B0. RGB value is (87,60,176). Sum of RGB (Red+Green+Blue) = 87+60+176=323 (42% of max value = 765). Red value is 87 (34.38% from 255 or 26.93% from 323); Green value is 60 (23.83% from 255 or 18.58% from 323); Blue value is 176 (69.14% from 255 or 54.49% from 323); Max value from RGB is 176 - color contains mainly: blue. Hex color #573CB0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #573CB0 is #A8C34F. Grayscale: #505050. Windows color (decimal): -11060048 or 11549783. OLE color: 11549783.

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

Color convert

RGB 87 60 176 -
CMYK 0.51 0.66 0 0.31
HSL 253.97º 0.49% 0.46% -
HSV(B) 253.97º 0.66% 0.69% -
XYZ 13.38 8.39 41.99 -
YUV 81.3 181.45 132.07 -
System Red Green Blue C M Y K H S L
Decimal 87 60 176 0.51 0.66 0 0.31 253.97 0.49 0.46
Hex 57 3C B0 33 42 0 1F FE 31 2E
Octal 127 74 260 63 102 0 37 376 61 56
Binary 1010111 111100 10110000 110011 1000010 0 11111 11111110 110001 101110

Color Harmonies of #573CB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #573CB0

Black with #573CB0

Text Example


Text Example

White with #573CB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,60,176); }

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

background-color css

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

 a { background-color: rgb(87,60,176); }

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

border-color css

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

 span { border-color: rgb(87,60,176); }

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