Html Css Color HEX #701162 Palatinate Purple

📋 copy color: '#701162'

red 112 ◦ green 17 ◦ blue 98

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

Shades of Palatinate Purple #701162

Tints of Palatinate Purple #701162

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.49%

 BLUE value IS 98 (38.67% from 255) = 43.17%

R = 49.34%
G = 7.49%
B = 43.17%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.13

 K value IS 0.56

RGB Variations

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

Color information

#701162 (or 0x701162) is known color: Palatinate Purple. HEX triplet: 70, 11 and 62. RGB value is (112,17,98). Sum of RGB (Red+Green+Blue) = 112+17+98=227 (30% of max value = 765). Red value is 112 (44.14% from 255 or 49.34% from 227); Green value is 17 (7.03% from 255 or 7.49% from 227); Blue value is 98 (38.67% from 255 or 43.17% from 227); Max value from RGB is 112 - color contains mainly: red. Hex color #701162 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #701162 is #8FEE9D. Grayscale: #363636. Windows color (decimal): -9432734 or 6426992. OLE color: 6426992.

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

Color convert

RGB 112 17 98 -
CMYK 0 0.85 0.13 0.56
HSL 308.84º 0.74% 0.25% -
HSV(B) 308.84º 0.85% 0.44% -
XYZ 9.09 4.73 11.99 -
YUV 54.64 152.47 168.91 -
System Red Green Blue C M Y K H S L
Decimal 112 17 98 0 0.85 0.13 0.56 308.84 0.74 0.25
Hex 70 11 62 0 55 D 38 135 4A 19
Octal 160 21 142 0 125 15 70 465 112 31
Binary 1110000 10001 1100010 0 1010101 1101 111000 100110101 1001010 11001

Color Harmonies of #701162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701162

Black with #701162

Text Example


Text Example

White with #701162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701162; }

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

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

background-color css

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

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

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

border-color css

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

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

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