#701563

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

Shades of Palatinate Purple #701563

Tints of Palatinate Purple #701563

Color information

#701563 (or 0x701563) is unknown color: approx Palatinate Purple. HEX triplet: 70, 15 and 63. RGB value is (112,21,99). Sum of RGB (Red+Green+Blue) = 112+21+99=232 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.28% from 232); Green value is 21 (8.59% from 255 or 9.05% from 232); Blue value is 99 (39.06% from 255 or 42.67% from 232); Max value from RGB is 112 - color contains mainly: red. Hex color #701563 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #701563 is #8FEA9C. Grayscale: #383838. Windows color (decimal): -9431709 or 6493552. OLE color: 6493552.

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

Color convert

RGB1122199-
CMYK00.810.120.56
HSL308.57º68.42%26.08%-
HSV(B)308.57º81.25%43.92%-
XYZ9.24.8812.26-
YUV57.1151.65167.16-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 48.28%
GREEN value IS 21 (8.59% from 255) = 9.05%
BLUE value IS 99 (39.06% from 255) = 42.67%
R=48.28%
G=9.05%
B=42.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.12
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112219900.810.120.56308.5768.4226.08
Hex701563051C38135441a
Octal160251430121147046510432
Binary1110000101011100011010100011100111000100110101100010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #701563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #701563; }

 p { color: rgb(112,21,99); }

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

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

 a { background-color: rgb(112,21,99); }

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

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

 span { border-color: rgb(112,21,99); }

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