#701863

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

Shades of Palatinate Purple #701863

Tints of Palatinate Purple #701863

Color information

#701863 (or 0x701863) is unknown color: approx Palatinate Purple. HEX triplet: 70, 18 and 63. RGB value is (112,24,99). Sum of RGB (Red+Green+Blue) = 112+24+99=235 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.66% from 235); Green value is 24 (9.77% from 255 or 10.21% from 235); Blue value is 99 (39.06% from 255 or 42.13% from 235); Max value from RGB is 112 - color contains mainly: red. Hex color #701863 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #701863 is #8FE79C. Grayscale: #3A3A3A. Windows color (decimal): -9430941 or 6494320. OLE color: 6494320.

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

Color convert

RGB1122499-
CMYK00.790.120.56
HSL308.86º64.71%26.67%-
HSV(B)308.86º78.57%43.92%-
XYZ9.26512.28-
YUV58.86150.65165.9-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 47.66%
GREEN value IS 24 (9.77% from 255) = 10.21%
BLUE value IS 99 (39.06% from 255) = 42.13%
R=47.66%
G=10.21%
B=42.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.12
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112249900.790.120.56308.8664.7126.67
Hex70186304FC38135411b
Octal160301430117147046510133
Binary1110000110001100011010011111100111000100110101100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #701863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #701863; }

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

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

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

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

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

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

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

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