Html Css Color HEX #701959 Palatinate Purple

📋 copy color: '#701959'

red 112 ◦ green 25 ◦ blue 89

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

Shades of Palatinate Purple #701959

Tints of Palatinate Purple #701959

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.06%

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

R = 49.56%
G = 11.06%
B = 39.38%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.21

 K value IS 0.56

RGB Variations

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

Color information

#701959 (or 0x701959) is known color: Palatinate Purple. HEX triplet: 70, 19 and 59. RGB value is (112,25,89). Sum of RGB (Red+Green+Blue) = 112+25+89=226 (29% of max value = 765). Red value is 112 (44.14% from 255 or 49.56% from 226); Green value is 25 (10.16% from 255 or 11.06% from 226); Blue value is 89 (35.16% from 255 or 39.38% from 226); Max value from RGB is 112 - color contains mainly: red. Hex color #701959 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #701959 is #8FE6A6. Grayscale: #3A3A3A. Windows color (decimal): -9430695 or 5839216. OLE color: 5839216.

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

Color convert

RGB 112 25 89 -
CMYK 0 0.78 0.21 0.56
HSL 315.86º 0.64% 0.27% -
HSV(B) 315.86º 0.78% 0.44% -
XYZ 8.83 4.86 9.92 -
YUV 58.31 145.32 166.3 -
System Red Green Blue C M Y K H S L
Decimal 112 25 89 0 0.78 0.21 0.56 315.86 0.64 0.27
Hex 70 19 59 0 4E 15 38 13C 40 1B
Octal 160 31 131 0 116 25 70 474 100 33
Binary 1110000 11001 1011001 0 1001110 10101 111000 100111100 1000000 11011

Color Harmonies of #701959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701959

Black with #701959

Text Example


Text Example

White with #701959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701959; }

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

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

background-color css

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

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

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

border-color css

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

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

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