Html Css Color HEX #700959 Palatinate Purple

📋 copy color: '#700959'

red 112 ◦ green 9 ◦ blue 89

#700959
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Palatinate Purple #700959

Tints of Palatinate Purple #700959

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 value IS 0

 M value IS 0.92

 Y value IS 0.21

 K value IS 0.56

RGB Variations

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

Color information

#700959 (or 0x700959) is known color: 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

RGB 112 9 89 -
CMYK 0 0.92 0.21 0.56
HSL 313.4º 0.85% 0.24% -
HSV(B) 313.4º 0.92% 0.44% -
XYZ 8.58 4.36 9.84 -
YUV 48.92 150.62 173 -
System Red Green Blue C M Y K H S L
Decimal 112 9 89 0 0.92 0.21 0.56 313.4 0.85 0.24
Hex 70 9 59 0 5C 15 38 139 55 18
Octal 160 11 131 0 134 25 70 471 125 30
Binary 1110000 1001 1011001 0 1011100 10101 111000 100111001 1010101 11000

Color Harmonies of #700959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700959

Black with #700959

Text Example


Text Example

White with #700959

Text Example


Text Example

HTML Codes & Css Web 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>