Html Css Color HEX #701256 Palatinate Purple

📋 copy color: '#701256'

red 112 ◦ green 18 ◦ blue 86

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

Shades of Palatinate Purple #701256

Tints of Palatinate Purple #701256

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.33%

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

R = 51.85%
G = 8.33%
B = 39.81%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.23

 K value IS 0.56

RGB Variations

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

Color information

#701256 (or 0x701256) is known color: Palatinate Purple. HEX triplet: 70, 12 and 56. RGB value is (112,18,86). Sum of RGB (Red+Green+Blue) = 112+18+86=216 (28% of max value = 765). Red value is 112 (44.14% from 255 or 51.85% from 216); Green value is 18 (7.42% from 255 or 8.33% from 216); Blue value is 86 (33.98% from 255 or 39.81% from 216); Max value from RGB is 112 - color contains mainly: red. Hex color #701256 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #701256 is #8FEDA9. Grayscale: #353535. Windows color (decimal): -9432490 or 5640816. OLE color: 5640816.

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

Color convert

RGB 112 18 86 -
CMYK 0 0.84 0.23 0.56
HSL 316.6º 0.72% 0.25% -
HSV(B) 316.6º 0.84% 0.44% -
XYZ 8.58 4.55 9.23 -
YUV 53.86 146.14 169.47 -
System Red Green Blue C M Y K H S L
Decimal 112 18 86 0 0.84 0.23 0.56 316.6 0.72 0.25
Hex 70 12 56 0 54 17 38 13D 48 19
Octal 160 22 126 0 124 27 70 475 110 31
Binary 1110000 10010 1010110 0 1010100 10111 111000 100111101 1001000 11001

Color Harmonies of #701256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701256

Black with #701256

Text Example


Text Example

White with #701256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701256; }

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

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

background-color css

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

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

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

border-color css

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

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

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