#700964

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

Shades of Palatinate Purple #700964

Tints of Palatinate Purple #700964

Color information

#700964 (or 0x700964) is unknown color: approx Palatinate Purple. HEX triplet: 70, 09 and 64. RGB value is (112,9,100). Sum of RGB (Red+Green+Blue) = 112+9+100=221 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.68% from 221); Green value is 9 (3.91% from 255 or 4.07% from 221); Blue value is 100 (39.45% from 255 or 45.25% from 221); Max value from RGB is 112 - color contains mainly: red. Hex color #700964 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700964 is #8FF69B. Grayscale: #313131. Windows color (decimal): -9434780 or 6556016. OLE color: 6556016.

HSL color Cylindrical-coordinate representation of color #700964: hue angle of 306.99º 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 #700964 is Cyan = 0, Magento = 0.92, Yellow = 0.11 and Black (K on CMYK) = 0.56.

Color convert

RGB1129100-
CMYK00.920.110.56
HSL306.99º85.12%23.73%-
HSV(B)306.99º91.96%43.92%-
XYZ9.084.5612.46-
YUV50.17156.12172.1-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 50.68%
GREEN value IS 9 (3.91% from 255) = 4.07%
BLUE value IS 100 (39.45% from 255) = 45.25%
R=50.68%
G=4.07%
B=45.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.11
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112910000.920.110.56306.9985.1223.73
Hex7096405CB381335518
Octal160111440134137046312530
Binary111000010011100100010111001011111000100110011101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #700964; }

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

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

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

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

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

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

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

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