#700963

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

Shades of Palatinate Purple #700963

Tints of Palatinate Purple #700963

Color information

#700963 (or 0x700963) is unknown color: approx Palatinate Purple. HEX triplet: 70, 09 and 63. RGB value is (112,9,99). Sum of RGB (Red+Green+Blue) = 112+9+99=220 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.91% from 220); Green value is 9 (3.91% from 255 or 4.09% from 220); Blue value is 99 (39.06% from 255 or 45% from 220); Max value from RGB is 112 - color contains mainly: red. Hex color #700963 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700963 is #8FF69C. Grayscale: #313131. Windows color (decimal): -9434781 or 6490480. OLE color: 6490480.

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

Color convert

RGB112999-
CMYK00.920.120.56
HSL307.57º85.12%23.73%-
HSV(B)307.57º91.96%43.92%-
XYZ9.034.5412.2-
YUV50.06155.62172.18-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 50.91%
GREEN value IS 9 (3.91% from 255) = 4.09%
BLUE value IS 99 (39.06% from 255) = 45%
R=50.91%
G=4.09%
B=45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.12
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11299900.920.120.56307.5785.1223.73
Hex7096305CC381345518
Octal160111430134147046412530
Binary111000010011100011010111001100111000100110100101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #700963; }

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

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

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

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

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

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

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

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