Html Css Color HEX #701163 Palatinate Purple

📋 copy color: '#701163'

red 112 ◦ green 17 ◦ blue 99

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

Shades of Palatinate Purple #701163

Tints of Palatinate Purple #701163

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 43.42%

R = 49.12%
G = 7.46%
B = 43.42%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.12

 K value IS 0.56

RGB Variations

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

Color information

#701163 (or 0x701163) is known color: Palatinate Purple. HEX triplet: 70, 11 and 63. RGB value is (112,17,99). Sum of RGB (Red+Green+Blue) = 112+17+99=228 (30% of max value = 765). Red value is 112 (44.14% from 255 or 49.12% from 228); Green value is 17 (7.03% from 255 or 7.46% from 228); Blue value is 99 (39.06% from 255 or 43.42% from 228); Max value from RGB is 112 - color contains mainly: red. Hex color #701163 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #701163 is #8FEE9C. Grayscale: #363636. Windows color (decimal): -9432733 or 6492528. OLE color: 6492528.

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

Color convert

RGB 112 17 99 -
CMYK 0 0.85 0.12 0.56
HSL 308.21º 0.74% 0.25% -
HSV(B) 308.21º 0.85% 0.44% -
XYZ 9.13 4.75 12.24 -
YUV 54.75 152.97 168.83 -
System Red Green Blue C M Y K H S L
Decimal 112 17 99 0 0.85 0.12 0.56 308.21 0.74 0.25
Hex 70 11 63 0 55 C 38 134 4A 19
Octal 160 21 143 0 125 14 70 464 112 31
Binary 1110000 10001 1100011 0 1010101 1100 111000 100110100 1001010 11001

Color Harmonies of #701163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701163

Black with #701163

Text Example


Text Example

White with #701163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701163; }

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

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

background-color css

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

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

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

border-color css

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

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

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