Html Css Color HEX #704166 Palatinate Purple

📋 copy color: '#704166'

red 112 ◦ green 65 ◦ blue 102

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

Shades of Palatinate Purple #704166

Tints of Palatinate Purple #704166

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 36.56%

R = 40.14%
G = 23.3%
B = 36.56%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.09

 K value IS 0.56

RGB Variations

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

Color information

#704166 (or 0x704166) is known color: Palatinate Purple. HEX triplet: 70, 41 and 66. RGB value is (112,65,102). Sum of RGB (Red+Green+Blue) = 112+65+102=279 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.14% from 279); Green value is 65 (25.78% from 255 or 23.30% from 279); Blue value is 102 (40.23% from 255 or 36.56% from 279); Max value from RGB is 112 - color contains mainly: red. Hex color #704166 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704166 is #8FBE99. Grayscale: #535353. Windows color (decimal): -9420442 or 6701424. OLE color: 6701424.

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

Color convert

RGB 112 65 102 -
CMYK 0 0.42 0.09 0.56
HSL 312.77º 0.27% 0.35% -
HSV(B) 312.77º 0.42% 0.44% -
XYZ 10.97 8.18 13.57 -
YUV 83.27 138.57 148.49 -
System Red Green Blue C M Y K H S L
Decimal 112 65 102 0 0.42 0.09 0.56 312.77 0.27 0.35
Hex 70 41 66 0 2A 9 38 139 1B 23
Octal 160 101 146 0 52 11 70 471 33 43
Binary 1110000 1000001 1100110 0 101010 1001 111000 100111001 11011 100011

Color Harmonies of #704166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704166

Black with #704166

Text Example


Text Example

White with #704166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704166; }

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

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

background-color css

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

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

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

border-color css

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

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

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