#570DC1

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

Shades of Purple Heart #570DC1

Tints of Purple Heart #570DC1

Color information

#570DC1 (or 0x570DC1) is unknown color: approx Purple Heart. HEX triplet: 57, 0D and C1. RGB value is (87,13,193). Sum of RGB (Red+Green+Blue) = 87+13+193=293 (38% of max value = 765). Red value is 87 (34.38% from 255 or 29.69% from 293); Green value is 13 (5.47% from 255 or 4.44% from 293); Blue value is 193 (75.78% from 255 or 65.87% from 293); Max value from RGB is 193 - color contains mainly: blue. Hex color #570DC1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #570DC1 is #A8F23E. Grayscale: #373737. Windows color (decimal): -11072063 or 12651863. OLE color: 12651863.

HSL color Cylindrical-coordinate representation of color #570DC1: hue angle of 264.67º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #570DC1 is Cyan = 0.55, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB8713193-
CMYK0.550.9300.24
HSL264.67º87.38%40.39%-
HSV(B)264.67º93.26%75.69%-
XYZ13.76.1650.92-
YUV55.65205.52150.36-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 29.69%
GREEN value IS 13 (5.47% from 255) = 4.44%
BLUE value IS 193 (75.78% from 255) = 65.87%
R=29.69%
G=4.44%
B=65.87%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal87131930.550.9300.24264.6787.3840.39
Hex57DC1375D0181095728
Octal127153016713503041112750
Binary101011111011100000111011110111010110001000010011010111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570DC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #570DC1; }

 p { color: rgb(87,13,193); }

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

<style>
 a { background-color: #570DC1; }

 a { background-color: rgb(87,13,193); }

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

<style>
 span { border-color: #570DC1; }

 span { border-color: rgb(87,13,193); }

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