Html Css Color HEX #701064 Palatinate Purple

📋 copy color: '#701064'

red 112 ◦ green 16 ◦ blue 100

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

Shades of Palatinate Purple #701064

Tints of Palatinate Purple #701064

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 43.86%

R = 49.12%
G = 7.02%
B = 43.86%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.11

 K value IS 0.56

RGB Variations

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

Color information

#701064 (or 0x701064) is known color: Palatinate Purple. HEX triplet: 70, 10 and 64. RGB value is (112,16,100). Sum of RGB (Red+Green+Blue) = 112+16+100=228 (30% of max value = 765). Red value is 112 (44.14% from 255 or 49.12% from 228); Green value is 16 (6.64% from 255 or 7.02% from 228); Blue value is 100 (39.45% from 255 or 43.86% from 228); Max value from RGB is 112 - color contains mainly: red. Hex color #701064 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #701064 is #8FEF9B. Grayscale: #363636. Windows color (decimal): -9432988 or 6557808. OLE color: 6557808.

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

Color convert

RGB 112 16 100 -
CMYK 0 0.86 0.11 0.56
HSL 307.5º 0.75% 0.25% -
HSV(B) 307.5º 0.86% 0.44% -
XYZ 9.17 4.74 12.49 -
YUV 54.28 153.8 169.17 -
System Red Green Blue C M Y K H S L
Decimal 112 16 100 0 0.86 0.11 0.56 307.5 0.75 0.25
Hex 70 10 64 0 56 B 38 134 4B 19
Octal 160 20 144 0 126 13 70 464 113 31
Binary 1110000 10000 1100100 0 1010110 1011 111000 100110100 1001011 11001

Color Harmonies of #701064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701064

Black with #701064

Text Example


Text Example

White with #701064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701064; }

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

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

background-color css

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

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

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

border-color css

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

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

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