Html Css Color HEX #701356 Palatinate Purple

📋 copy color: '#701356'

red 112 ◦ green 19 ◦ blue 86

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

Shades of Palatinate Purple #701356

Tints of Palatinate Purple #701356

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.76%

 BLUE value IS 86 (33.98% from 255) = 39.63%

R = 51.61%
G = 8.76%
B = 39.63%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.23

 K value IS 0.56

RGB Variations

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

Color information

#701356 (or 0x701356) is known color: Palatinate Purple. HEX triplet: 70, 13 and 56. RGB value is (112,19,86). Sum of RGB (Red+Green+Blue) = 112+19+86=217 (28% of max value = 765). Red value is 112 (44.14% from 255 or 51.61% from 217); Green value is 19 (7.81% from 255 or 8.76% from 217); Blue value is 86 (33.98% from 255 or 39.63% from 217); Max value from RGB is 112 - color contains mainly: red. Hex color #701356 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #701356 is #8FECA9. Grayscale: #363636. Windows color (decimal): -9432234 or 5641072. OLE color: 5641072.

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

Color convert

RGB 112 19 86 -
CMYK 0 0.83 0.23 0.56
HSL 316.77º 0.71% 0.26% -
HSV(B) 316.77º 0.83% 0.44% -
XYZ 8.59 4.58 9.24 -
YUV 54.45 145.81 169.05 -
System Red Green Blue C M Y K H S L
Decimal 112 19 86 0 0.83 0.23 0.56 316.77 0.71 0.26
Hex 70 13 56 0 53 17 38 13D 47 1A
Octal 160 23 126 0 123 27 70 475 107 32
Binary 1110000 10011 1010110 0 1010011 10111 111000 100111101 1000111 11010

Color Harmonies of #701356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701356

Black with #701356

Text Example


Text Example

White with #701356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701356; }

 p { color: rgb(112,19,86); }

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

background-color css

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

 a { background-color: rgb(112,19,86); }

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

border-color css

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

 span { border-color: rgb(112,19,86); }

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