#700959

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

Shades of Palatinate Purple #700959

Tints of Palatinate Purple #700959

Color information

#700959 (or 0x700959) is unknown color: approx Palatinate Purple. HEX triplet: 70, 09 and 59. RGB value is (112,9,89). Sum of RGB (Red+Green+Blue) = 112+9+89=210 (27% of max value = 765). Red value is 112 (44.14% from 255 or 53.33% from 210); Green value is 9 (3.91% from 255 or 4.29% from 210); Blue value is 89 (35.16% from 255 or 42.38% from 210); Max value from RGB is 112 - color contains mainly: red. Hex color #700959 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700959 is #8FF6A6. Grayscale: #303030. Windows color (decimal): -9434791 or 5835120. OLE color: 5835120.

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

Color convert

RGB112989-
CMYK00.920.210.56
HSL313.4º85.12%23.73%-
HSV(B)313.4º91.96%43.92%-
XYZ8.584.369.84-
YUV48.92150.62173-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 53.33%
GREEN value IS 9 (3.91% from 255) = 4.29%
BLUE value IS 89 (35.16% from 255) = 42.38%
R=53.33%
G=4.29%
B=42.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.21
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11298900.920.210.56313.485.1223.73
Hex7095905C15381395518
Octal160111310134257047112530
Binary1110000100110110010101110010101111000100111001101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #700959; }

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

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

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

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

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

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

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

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