Html Css Color HEX #704064 Palatinate Purple

📋 copy color: '#704064'

red 112 ◦ green 64 ◦ blue 100

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

Shades of Palatinate Purple #704064

Tints of Palatinate Purple #704064

RGB

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

 GREEN value IS 64 (25.39% from 255) = 23.19%

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

R = 40.58%
G = 23.19%
B = 36.23%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.11

 K value IS 0.56

RGB Variations

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

Color information

#704064 (or 0x704064) is known color: Palatinate Purple. HEX triplet: 70, 40 and 64. RGB value is (112,64,100). Sum of RGB (Red+Green+Blue) = 112+64+100=276 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.58% from 276); Green value is 64 (25.39% from 255 or 23.19% from 276); Blue value is 100 (39.45% from 255 or 36.23% from 276); Max value from RGB is 112 - color contains mainly: red. Hex color #704064 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704064 is #8FBF9B. Grayscale: #525252. Windows color (decimal): -9420700 or 6570096. OLE color: 6570096.

HSL color Cylindrical-coordinate representation of color #704064: hue angle of 315º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #704064 is Cyan = 0, Magento = 0.43, Yellow = 0.11 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 64 100 -
CMYK 0 0.43 0.11 0.56
HSL 315º 0.27% 0.35% -
HSV(B) 315º 0.43% 0.44% -
XYZ 10.82 8.03 13.04 -
YUV 82.46 137.9 149.07 -
System Red Green Blue C M Y K H S L
Decimal 112 64 100 0 0.43 0.11 0.56 315 0.27 0.35
Hex 70 40 64 0 2B B 38 13B 1B 23
Octal 160 100 144 0 53 13 70 473 33 43
Binary 1110000 1000000 1100100 0 101011 1011 111000 100111011 11011 100011

Color Harmonies of #704064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704064

Black with #704064

Text Example


Text Example

White with #704064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704064; }

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

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

background-color css

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

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

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

border-color css

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

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

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