#571463

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

Shades of Hot Purple #571463

Tints of Hot Purple #571463

Color information

#571463 (or 0x571463) is unknown color: approx Hot Purple. HEX triplet: 57, 14 and 63. RGB value is (87,20,99). Sum of RGB (Red+Green+Blue) = 87+20+99=206 (27% of max value = 765). Red value is 87 (34.38% from 255 or 42.23% from 206); Green value is 20 (8.20% from 255 or 9.71% from 206); Blue value is 99 (39.06% from 255 or 48.06% from 206); Max value from RGB is 99 - color contains mainly: blue. Hex color #571463 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #571463 is #A8EB9C. Grayscale: #303030. Windows color (decimal): -11070365 or 6493271. OLE color: 6493271.

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

Color convert

RGB872099-
CMYK0.120.8000.61
HSL290.89º66.39%23.33%-
HSV(B)290.89º79.8%38.82%-
XYZ6.433.4312.13-
YUV49.04156.2155.08-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 42.23%
GREEN value IS 20 (8.20% from 255) = 9.71%
BLUE value IS 99 (39.06% from 255) = 48.06%
R=42.23%
G=9.71%
B=48.06%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8720990.120.8000.61290.8966.3923.33
Hex571463C5003D1234217
Octal127241431412007544310227
Binary1010111101001100011110010100000111101100100011100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571463; }

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

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

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

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

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

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

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

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