Html Css Color HEX #701063 Palatinate Purple

📋 copy color: '#701063'

red 112 ◦ green 16 ◦ blue 99

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

Shades of Palatinate Purple #701063

Tints of Palatinate Purple #701063

RGB

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

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

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

R = 49.34%
G = 7.05%
B = 43.61%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.12

 K value IS 0.56

RGB Variations

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

Color information

#701063 (or 0x701063) is known color: Palatinate Purple. HEX triplet: 70, 10 and 63. RGB value is (112,16,99). Sum of RGB (Red+Green+Blue) = 112+16+99=227 (30% of max value = 765). Red value is 112 (44.14% from 255 or 49.34% from 227); Green value is 16 (6.64% from 255 or 7.05% from 227); Blue value is 99 (39.06% from 255 or 43.61% from 227); Max value from RGB is 112 - color contains mainly: red. Hex color #701063 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #701063 is #8FEF9C. Grayscale: #353535. Windows color (decimal): -9432989 or 6492272. OLE color: 6492272.

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

Color convert

RGB 112 16 99 -
CMYK 0 0.86 0.12 0.56
HSL 308.13º 0.75% 0.25% -
HSV(B) 308.13º 0.86% 0.44% -
XYZ 9.12 4.72 12.23 -
YUV 54.17 153.3 169.25 -
System Red Green Blue C M Y K H S L
Decimal 112 16 99 0 0.86 0.12 0.56 308.13 0.75 0.25
Hex 70 10 63 0 56 C 38 134 4B 19
Octal 160 20 143 0 126 14 70 464 113 31
Binary 1110000 10000 1100011 0 1010110 1100 111000 100110100 1001011 11001

Color Harmonies of #701063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701063

Black with #701063

Text Example


Text Example

White with #701063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701063; }

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

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

background-color css

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

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

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

border-color css

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

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

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