Html Css Color HEX #700861 Palatinate Purple

📋 copy color: '#700861'

red 112 ◦ green 8 ◦ blue 97

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

Shades of Palatinate Purple #700861

Tints of Palatinate Purple #700861

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.69%

 BLUE value IS 97 (38.28% from 255) = 44.7%

R = 51.61%
G = 3.69%
B = 44.7%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.13

 K value IS 0.56

RGB Variations

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

Color information

#700861 (or 0x700861) is known color: Palatinate Purple. HEX triplet: 70, 08 and 61. RGB value is (112,8,97). Sum of RGB (Red+Green+Blue) = 112+8+97=217 (28% of max value = 765). Red value is 112 (44.14% from 255 or 51.61% from 217); Green value is 8 (3.52% from 255 or 3.69% from 217); Blue value is 97 (38.28% from 255 or 44.70% from 217); Max value from RGB is 112 - color contains mainly: red. Hex color #700861 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700861 is #8FF79E. Grayscale: #303030. Windows color (decimal): -9435039 or 6359152. OLE color: 6359152.

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

Color convert

RGB 112 8 97 -
CMYK 0 0.93 0.13 0.56
HSL 308.65º 0.87% 0.24% -
HSV(B) 308.65º 0.93% 0.44% -
XYZ 8.93 4.48 11.7 -
YUV 49.24 154.96 172.76 -
System Red Green Blue C M Y K H S L
Decimal 112 8 97 0 0.93 0.13 0.56 308.65 0.87 0.24
Hex 70 8 61 0 5D D 38 135 57 18
Octal 160 10 141 0 135 15 70 465 127 30
Binary 1110000 1000 1100001 0 1011101 1101 111000 100110101 1010111 11000

Color Harmonies of #700861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700861

Black with #700861

Text Example


Text Example

White with #700861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700861; }

 p { color: rgb(112,8,97); }

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

background-color css

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

 a { background-color: rgb(112,8,97); }

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

border-color css

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

 span { border-color: rgb(112,8,97); }

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