#571565

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

Shades of Hot Purple #571565

Tints of Hot Purple #571565

Color information

#571565 (or 0x571565) is unknown color: approx Hot Purple. HEX triplet: 57, 15 and 65. RGB value is (87,21,101). Sum of RGB (Red+Green+Blue) = 87+21+101=209 (27% of max value = 765). Red value is 87 (34.38% from 255 or 41.63% from 209); Green value is 21 (8.59% from 255 or 10.05% from 209); Blue value is 101 (39.84% from 255 or 48.33% from 209); Max value from RGB is 101 - color contains mainly: blue. Hex color #571565 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #571565 is #A8EA9A. Grayscale: #313131. Windows color (decimal): -11070107 or 6624599. OLE color: 6624599.

HSL color Cylindrical-coordinate representation of color #571565: hue angle of 289.5º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #571565 is Cyan = 0.14, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB8721101-
CMYK0.140.7900.60
HSL289.5º65.57%23.92%-
HSV(B)289.5º79.21%39.61%-
XYZ6.553.512.64-
YUV49.85156.87154.5-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 41.63%
GREEN value IS 21 (8.59% from 255) = 10.05%
BLUE value IS 101 (39.84% from 255) = 48.33%
R=41.63%
G=10.05%
B=48.33%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal87211010.140.7900.60289.565.5723.92
Hex571565E4F03C1224218
Octal127251451611707444210230
Binary1010111101011100101111010011110111100100100010100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571565; }

 p { color: rgb(87,21,101); }

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

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

 a { background-color: rgb(87,21,101); }

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

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

 span { border-color: rgb(87,21,101); }

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