Html Css Color HEX #701756 Palatinate Purple

📋 copy color: '#701756'

red 112 ◦ green 23 ◦ blue 86

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

Shades of Palatinate Purple #701756

Tints of Palatinate Purple #701756

RGB

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

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

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

R = 50.68%
G = 10.41%
B = 38.91%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.23

 K value IS 0.56

RGB Variations

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

Color information

#701756 (or 0x701756) is known color: Palatinate Purple. HEX triplet: 70, 17 and 56. RGB value is (112,23,86). Sum of RGB (Red+Green+Blue) = 112+23+86=221 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.68% from 221); Green value is 23 (9.38% from 255 or 10.41% from 221); Blue value is 86 (33.98% from 255 or 38.91% from 221); Max value from RGB is 112 - color contains mainly: red. Hex color #701756 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #701756 is #8FE8A9. Grayscale: #383838. Windows color (decimal): -9431210 or 5642096. OLE color: 5642096.

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

Color convert

RGB 112 23 86 -
CMYK 0 0.79 0.23 0.56
HSL 317.53º 0.66% 0.26% -
HSV(B) 317.53º 0.79% 0.44% -
XYZ 8.67 4.73 9.26 -
YUV 56.79 144.49 167.38 -
System Red Green Blue C M Y K H S L
Decimal 112 23 86 0 0.79 0.23 0.56 317.53 0.66 0.26
Hex 70 17 56 0 4F 17 38 13E 42 1A
Octal 160 27 126 0 117 27 70 476 102 32
Binary 1110000 10111 1010110 0 1001111 10111 111000 100111110 1000010 11010

Color Harmonies of #701756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701756

Black with #701756

Text Example


Text Example

White with #701756

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701756; }

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

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

background-color css

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

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

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

border-color css

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

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

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