#571363

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

Shades of Hot Purple #571363

Tints of Hot Purple #571363

Color information

#571363 (or 0x571363) is unknown color: approx Hot Purple. HEX triplet: 57, 13 and 63. RGB value is (87,19,99). Sum of RGB (Red+Green+Blue) = 87+19+99=205 (27% of max value = 765). Red value is 87 (34.38% from 255 or 42.44% from 205); Green value is 19 (7.81% from 255 or 9.27% from 205); Blue value is 99 (39.06% from 255 or 48.29% from 205); Max value from RGB is 99 - color contains mainly: blue. Hex color #571363 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #571363 is #A8EC9C. Grayscale: #303030. Windows color (decimal): -11070621 or 6493015. OLE color: 6493015.

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

Color convert

RGB871999-
CMYK0.120.8100.61
HSL291º67.8%23.14%-
HSV(B)291º80.81%38.82%-
XYZ6.423.3912.12-
YUV48.45156.53155.5-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 42.44%
GREEN value IS 19 (7.81% from 255) = 9.27%
BLUE value IS 99 (39.06% from 255) = 48.29%
R=42.44%
G=9.27%
B=48.29%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8719990.120.8100.6129167.823.14
Hex571363C5103D1234417
Octal127231431412107544310427
Binary1010111100111100011110010100010111101100100011100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571363; }

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

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

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

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

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

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

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

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