#572963

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

Shades of Hot Purple #572963

Tints of Hot Purple #572963

Color information

#572963 (or 0x572963) is unknown color: approx Hot Purple. HEX triplet: 57, 29 and 63. RGB value is (87,41,99). Sum of RGB (Red+Green+Blue) = 87+41+99=227 (30% of max value = 765). Red value is 87 (34.38% from 255 or 38.33% from 227); Green value is 41 (16.41% from 255 or 18.06% from 227); Blue value is 99 (39.06% from 255 or 43.61% from 227); Max value from RGB is 99 - color contains mainly: blue. Hex color #572963 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #572963 is #A8D69C. Grayscale: #3D3D3D. Windows color (decimal): -11064989 or 6498647. OLE color: 6498647.

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

Color convert

RGB874199-
CMYK0.120.5900.61
HSL287.59º41.43%27.45%-
HSV(B)287.59º58.59%38.82%-
XYZ6.984.5112.31-
YUV61.37149.24146.28-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 38.33%
GREEN value IS 41 (16.41% from 255) = 18.06%
BLUE value IS 99 (39.06% from 255) = 43.61%
R=38.33%
G=18.06%
B=43.61%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8741990.120.5900.61287.5941.4327.45
Hex572963C3B03D120291b
Octal1275114314730754405133
Binary101011110100111000111100111011011110110010000010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #572963; }

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

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

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

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

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

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

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

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