#573FCB

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

Shades of Purple Heart #573FCB

Tints of Purple Heart #573FCB

Color information

#573FCB (or 0x573FCB) is unknown color: approx Purple Heart. HEX triplet: 57, 3F and CB. RGB value is (87,63,203). Sum of RGB (Red+Green+Blue) = 87+63+203=353 (46% of max value = 765). Red value is 87 (34.38% from 255 or 24.65% from 353); Green value is 63 (25% from 255 or 17.85% from 353); Blue value is 203 (79.69% from 255 or 57.51% from 353); Max value from RGB is 203 - color contains mainly: blue. Hex color #573FCB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #573FCB is #A8C034. Grayscale: #555555. Windows color (decimal): -11059253 or 13320023. OLE color: 13320023.

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

Color convert

RGB8763203-
CMYK0.570.6900.20
HSL250.29º57.38%52.16%-
HSV(B)250.29º68.97%79.61%-
XYZ16.499.8957.54-
YUV86.14193.95128.62-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 24.65%
GREEN value IS 63 (25% from 255) = 17.85%
BLUE value IS 203 (79.69% from 255) = 57.51%
R=24.65%
G=17.85%
B=57.51%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal87632030.570.6900.20250.2957.3852.16
Hex573FCB3945014fa3934
Octal12777313711050243727164
Binary101011111111111001011111001100010101010011111010111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #573FCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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