Html Css Color HEX #701763 Palatinate Purple

📋 copy color: '#701763'

red 112 ◦ green 23 ◦ blue 99

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

Shades of Palatinate Purple #701763

Tints of Palatinate Purple #701763

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.83%

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

R = 47.86%
G = 9.83%
B = 42.31%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.12

 K value IS 0.56

RGB Variations

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

Color information

#701763 (or 0x701763) is known color: Palatinate Purple. HEX triplet: 70, 17 and 63. RGB value is (112,23,99). Sum of RGB (Red+Green+Blue) = 112+23+99=234 (30% of max value = 765). Red value is 112 (44.14% from 255 or 47.86% from 234); Green value is 23 (9.38% from 255 or 9.83% from 234); Blue value is 99 (39.06% from 255 or 42.31% from 234); Max value from RGB is 112 - color contains mainly: red. Hex color #701763 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #701763 is #8FE89C. Grayscale: #3A3A3A. Windows color (decimal): -9431197 or 6494064. OLE color: 6494064.

HSL color Cylindrical-coordinate representation of color #701763: hue angle of 308.76º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #701763 is Cyan = 0, Magento = 0.79, Yellow = 0.12 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 23 99 -
CMYK 0 0.79 0.12 0.56
HSL 308.76º 0.66% 0.26% -
HSV(B) 308.76º 0.79% 0.44% -
XYZ 9.24 4.96 12.27 -
YUV 58.28 150.99 166.32 -
System Red Green Blue C M Y K H S L
Decimal 112 23 99 0 0.79 0.12 0.56 308.76 0.66 0.26
Hex 70 17 63 0 4F C 38 135 42 1A
Octal 160 27 143 0 117 14 70 465 102 32
Binary 1110000 10111 1100011 0 1001111 1100 111000 100110101 1000010 11010

Color Harmonies of #701763

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701763

Black with #701763

Text Example


Text Example

White with #701763

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701763; }

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

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

background-color css

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

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

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

border-color css

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

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

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