#573DCB

Color #573DCB Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #573DCB

Tints of Purple Heart #573DCB

Color information

#573DCB (or 0x573DCB) is unknown color: approx Purple Heart. HEX triplet: 57, 3D and CB. RGB value is (87,61,203). Sum of RGB (Red+Green+Blue) = 87+61+203=351 (46% of max value = 765). Red value is 87 (34.38% from 255 or 24.79% from 351); Green value is 61 (24.22% from 255 or 17.38% from 351); Blue value is 203 (79.69% from 255 or 57.83% from 351); Max value from RGB is 203 - color contains mainly: blue. Hex color #573DCB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #573DCB is #A8C234. Grayscale: #545454. Windows color (decimal): -11059765 or 13319511. OLE color: 13319511.

HSL color Cylindrical-coordinate representation of color #573DCB: hue angle of 250.99º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #573DCB is Cyan = 0.57, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB8761203-
CMYK0.570.7000.20
HSL250.99º57.72%51.76%-
HSV(B)250.99º69.95%79.61%-
XYZ16.389.6857.5-
YUV84.96194.61129.45-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 24.79%
GREEN value IS 61 (24.22% from 255) = 17.38%
BLUE value IS 203 (79.69% from 255) = 57.83%
R=24.79%
G=17.38%
B=57.83%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal87612030.570.7000.20250.9957.7251.76
Hex573DCB3946014fb3a34
Octal12775313711060243737264
Binary101011111110111001011111001100011001010011111011111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #573DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,61,203); }

 H1.HeaderClassName
 {
   color: #573DCB;
 }
 .AnyTagClassName
 {
   color: #573DCB;
 }
</style>
background-color css

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

 a { background-color: rgb(87,61,203); }

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

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

 span { border-color: rgb(87,61,203); }

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