#571263

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

Shades of Hot Purple #571263

Tints of Hot Purple #571263

Color information

#571263 (or 0x571263) is unknown color: approx Hot Purple. HEX triplet: 57, 12 and 63. RGB value is (87,18,99). Sum of RGB (Red+Green+Blue) = 87+18+99=204 (27% of max value = 765). Red value is 87 (34.38% from 255 or 42.65% from 204); Green value is 18 (7.42% from 255 or 8.82% from 204); Blue value is 99 (39.06% from 255 or 48.53% from 204); Max value from RGB is 99 - color contains mainly: blue. Hex color #571263 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #571263 is #A8ED9C. Grayscale: #2F2F2F. Windows color (decimal): -11070877 or 6492759. OLE color: 6492759.

HSL color Cylindrical-coordinate representation of color #571263: hue angle of 291.11º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #571263 is Cyan = 0.12, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB871899-
CMYK0.120.8200.61
HSL291.11º69.23%22.94%-
HSV(B)291.11º81.82%38.82%-
XYZ6.43.3612.12-
YUV47.86156.86155.91-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 42.65%
GREEN value IS 18 (7.42% from 255) = 8.82%
BLUE value IS 99 (39.06% from 255) = 48.53%
R=42.65%
G=8.82%
B=48.53%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8718990.120.8200.61291.1169.2322.94
Hex571263C5203D1234517
Octal127221431412207544310527
Binary1010111100101100011110010100100111101100100011100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571263; }

 p { color: rgb(87,18,99); }

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

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

 a { background-color: rgb(87,18,99); }

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

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

 span { border-color: rgb(87,18,99); }

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