#573DC9

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

Shades of Purple Heart #573DC9

Tints of Purple Heart #573DC9

Color information

#573DC9 (or 0x573DC9) is unknown color: approx Purple Heart. HEX triplet: 57, 3D and C9. RGB value is (87,61,201). Sum of RGB (Red+Green+Blue) = 87+61+201=349 (46% of max value = 765). Red value is 87 (34.38% from 255 or 24.93% from 349); Green value is 61 (24.22% from 255 or 17.48% from 349); Blue value is 201 (78.91% from 255 or 57.59% from 349); Max value from RGB is 201 - color contains mainly: blue. Hex color #573DC9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #573DC9 is #A8C236. Grayscale: #545454. Windows color (decimal): -11059767 or 13188439. OLE color: 13188439.

HSL color Cylindrical-coordinate representation of color #573DC9: hue angle of 251.14º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #573DC9 is Cyan = 0.57, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB8761201-
CMYK0.570.7000.21
HSL251.14º56.45%51.37%-
HSV(B)251.14º69.65%78.82%-
XYZ16.149.5856.26-
YUV84.73193.61129.62-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 24.93%
GREEN value IS 61 (24.22% from 255) = 17.48%
BLUE value IS 201 (78.91% from 255) = 57.59%
R=24.93%
G=17.48%
B=57.59%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal87612010.570.7000.21251.1456.4551.37
Hex573DC93946015fb3833
Octal12775311711060253737063
Binary101011111110111001001111001100011001010111111011111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #573DC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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