Html Css Color HEX #701059 Palatinate Purple

📋 copy color: '#701059'

red 112 ◦ green 16 ◦ blue 89

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

Shades of Palatinate Purple #701059

Tints of Palatinate Purple #701059

RGB

 RED value IS 112 (44.14% from 255) = 51.61%

 GREEN value IS 16 (6.64% from 255) = 7.37%

 BLUE value IS 89 (35.16% from 255) = 41.01%

R = 51.61%
G = 7.37%
B = 41.01%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.21

 K value IS 0.56

RGB Variations

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

Color information

#701059 (or 0x701059) is known color: Palatinate Purple. HEX triplet: 70, 10 and 59. RGB value is (112,16,89). Sum of RGB (Red+Green+Blue) = 112+16+89=217 (28% of max value = 765). Red value is 112 (44.14% from 255 or 51.61% from 217); Green value is 16 (6.64% from 255 or 7.37% from 217); Blue value is 89 (35.16% from 255 or 41.01% from 217); Max value from RGB is 112 - color contains mainly: red. Hex color #701059 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #701059 is #8FEFA6. Grayscale: #343434. Windows color (decimal): -9432999 or 5836912. OLE color: 5836912.

HSL color Cylindrical-coordinate representation of color #701059: hue angle of 314.38º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #701059 is Cyan = 0, Magento = 0.86, Yellow = 0.21 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 16 89 -
CMYK 0 0.86 0.21 0.56
HSL 314.38º 0.75% 0.25% -
HSV(B) 314.38º 0.86% 0.44% -
XYZ 8.67 4.54 9.87 -
YUV 53.03 148.3 170.06 -
System Red Green Blue C M Y K H S L
Decimal 112 16 89 0 0.86 0.21 0.56 314.38 0.75 0.25
Hex 70 10 59 0 56 15 38 13A 4B 19
Octal 160 20 131 0 126 25 70 472 113 31
Binary 1110000 10000 1011001 0 1010110 10101 111000 100111010 1001011 11001

Color Harmonies of #701059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701059

Black with #701059

Text Example


Text Example

White with #701059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701059; }

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

 H1.HeaderClassName
 {
   color: #701059;
 }
 .AnyTagClassName
 {
   color: #701059;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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