Html Css Color HEX #701060 Palatinate Purple

📋 copy color: '#701060'

red 112 ◦ green 16 ◦ blue 96

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

Shades of Palatinate Purple #701060

Tints of Palatinate Purple #701060

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.14%

 BLUE value IS 96 (37.89% from 255) = 42.86%

R = 50%
G = 7.14%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.14

 K value IS 0.56

RGB Variations

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

Color information

#701060 (or 0x701060) is known color: Palatinate Purple. HEX triplet: 70, 10 and 60. RGB value is (112,16,96). Sum of RGB (Red+Green+Blue) = 112+16+96=224 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50% from 224); Green value is 16 (6.64% from 255 or 7.14% from 224); Blue value is 96 (37.89% from 255 or 42.86% from 224); Max value from RGB is 112 - color contains mainly: red. Hex color #701060 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #701060 is #8FEF9F. Grayscale: #353535. Windows color (decimal): -9432992 or 6295664. OLE color: 6295664.

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

Color convert

RGB 112 16 96 -
CMYK 0 0.86 0.14 0.56
HSL 310º 0.75% 0.25% -
HSV(B) 310º 0.86% 0.44% -
XYZ 8.98 4.66 11.49 -
YUV 53.82 151.8 169.5 -
System Red Green Blue C M Y K H S L
Decimal 112 16 96 0 0.86 0.14 0.56 310 0.75 0.25
Hex 70 10 60 0 56 E 38 136 4B 19
Octal 160 20 140 0 126 16 70 466 113 31
Binary 1110000 10000 1100000 0 1010110 1110 111000 100110110 1001011 11001

Color Harmonies of #701060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701060

Black with #701060

Text Example


Text Example

White with #701060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701060; }

 p { color: rgb(112,16,96); }

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

background-color css

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

 a { background-color: rgb(112,16,96); }

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

border-color css

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

 span { border-color: rgb(112,16,96); }

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