Html Css Color HEX #704266 Palatinate Purple

📋 copy color: '#704266'

red 112 ◦ green 66 ◦ blue 102

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

Shades of Palatinate Purple #704266

Tints of Palatinate Purple #704266

RGB

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

 GREEN value IS 66 (26.17% from 255) = 23.57%

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

R = 40%
G = 23.57%
B = 36.43%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.09

 K value IS 0.56

RGB Variations

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

Color information

#704266 (or 0x704266) is known color: Palatinate Purple. HEX triplet: 70, 42 and 66. RGB value is (112,66,102). Sum of RGB (Red+Green+Blue) = 112+66+102=280 (37% of max value = 765). Red value is 112 (44.14% from 255 or 40% from 280); Green value is 66 (26.17% from 255 or 23.57% from 280); Blue value is 102 (40.23% from 255 or 36.43% from 280); Max value from RGB is 112 - color contains mainly: red. Hex color #704266 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704266 is #8FBD99. Grayscale: #535353. Windows color (decimal): -9420186 or 6701680. OLE color: 6701680.

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

Color convert

RGB 112 66 102 -
CMYK 0 0.41 0.09 0.56
HSL 313.04º 0.26% 0.35% -
HSV(B) 313.04º 0.41% 0.44% -
XYZ 11.03 8.3 13.59 -
YUV 83.86 138.24 148.07 -
System Red Green Blue C M Y K H S L
Decimal 112 66 102 0 0.41 0.09 0.56 313.04 0.26 0.35
Hex 70 42 66 0 29 9 38 139 1A 23
Octal 160 102 146 0 51 11 70 471 32 43
Binary 1110000 1000010 1100110 0 101001 1001 111000 100111001 11010 100011

Color Harmonies of #704266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704266

Black with #704266

Text Example


Text Example

White with #704266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704266; }

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

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

background-color css

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

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

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

border-color css

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

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

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