#700962

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

Shades of Palatinate Purple #700962

Tints of Palatinate Purple #700962

Color information

#700962 (or 0x700962) is unknown color: approx Palatinate Purple. HEX triplet: 70, 09 and 62. RGB value is (112,9,98). Sum of RGB (Red+Green+Blue) = 112+9+98=219 (29% of max value = 765). Red value is 112 (44.14% from 255 or 51.14% from 219); Green value is 9 (3.91% from 255 or 4.11% from 219); Blue value is 98 (38.67% from 255 or 44.75% from 219); Max value from RGB is 112 - color contains mainly: red. Hex color #700962 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700962 is #8FF69D. Grayscale: #313131. Windows color (decimal): -9434782 or 6424944. OLE color: 6424944.

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

Color convert

RGB112998-
CMYK00.920.130.56
HSL308.16º85.12%23.73%-
HSV(B)308.16º91.96%43.92%-
XYZ8.984.5211.95-
YUV49.94155.12172.26-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 51.14%
GREEN value IS 9 (3.91% from 255) = 4.11%
BLUE value IS 98 (38.67% from 255) = 44.75%
R=51.14%
G=4.11%
B=44.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.13
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11299800.920.130.56308.1685.1223.73
Hex7096205CD381345518
Octal160111420134157046412530
Binary111000010011100010010111001101111000100110100101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #700962; }

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

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

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

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

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

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

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

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