Html Css Color HEX #704164 Palatinate Purple

📋 copy color: '#704164'

red 112 ◦ green 65 ◦ blue 100

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

Shades of Palatinate Purple #704164

Tints of Palatinate Purple #704164

RGB

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

 GREEN value IS 65 (25.78% from 255) = 23.47%

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

R = 40.43%
G = 23.47%
B = 36.1%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.11

 K value IS 0.56

RGB Variations

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

Color information

#704164 (or 0x704164) is known color: Palatinate Purple. HEX triplet: 70, 41 and 64. RGB value is (112,65,100). Sum of RGB (Red+Green+Blue) = 112+65+100=277 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.43% from 277); Green value is 65 (25.78% from 255 or 23.47% from 277); Blue value is 100 (39.45% from 255 or 36.10% from 277); Max value from RGB is 112 - color contains mainly: red. Hex color #704164 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704164 is #8FBE9B. Grayscale: #525252. Windows color (decimal): -9420444 or 6570352. OLE color: 6570352.

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

Color convert

RGB 112 65 100 -
CMYK 0 0.42 0.11 0.56
HSL 315.32º 0.27% 0.35% -
HSV(B) 315.32º 0.42% 0.44% -
XYZ 10.87 8.15 13.06 -
YUV 83.04 137.57 148.65 -
System Red Green Blue C M Y K H S L
Decimal 112 65 100 0 0.42 0.11 0.56 315.32 0.27 0.35
Hex 70 41 64 0 2A B 38 13B 1B 23
Octal 160 101 144 0 52 13 70 473 33 43
Binary 1110000 1000001 1100100 0 101010 1011 111000 100111011 11011 100011

Color Harmonies of #704164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704164

Black with #704164

Text Example


Text Example

White with #704164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704164; }

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

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

background-color css

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

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

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

border-color css

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

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

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