Html Css Color HEX #704066 Palatinate Purple

📋 copy color: '#704066'

red 112 ◦ green 64 ◦ blue 102

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

Shades of Palatinate Purple #704066

Tints of Palatinate Purple #704066

RGB

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

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

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

R = 40.29%
G = 23.02%
B = 36.69%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.09

 K value IS 0.56

RGB Variations

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

Color information

#704066 (or 0x704066) is known color: Palatinate Purple. HEX triplet: 70, 40 and 66. RGB value is (112,64,102). Sum of RGB (Red+Green+Blue) = 112+64+102=278 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.29% from 278); Green value is 64 (25.39% from 255 or 23.02% from 278); Blue value is 102 (40.23% from 255 or 36.69% from 278); Max value from RGB is 112 - color contains mainly: red. Hex color #704066 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704066 is #8FBF99. Grayscale: #525252. Windows color (decimal): -9420698 or 6701168. OLE color: 6701168.

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

Color convert

RGB 112 64 102 -
CMYK 0 0.43 0.09 0.56
HSL 312.5º 0.27% 0.35% -
HSV(B) 312.5º 0.43% 0.44% -
XYZ 10.91 8.07 13.55 -
YUV 82.68 138.9 148.91 -
System Red Green Blue C M Y K H S L
Decimal 112 64 102 0 0.43 0.09 0.56 312.5 0.27 0.35
Hex 70 40 66 0 2B 9 38 138 1B 23
Octal 160 100 146 0 53 11 70 470 33 43
Binary 1110000 1000000 1100110 0 101011 1001 111000 100111000 11011 100011

Color Harmonies of #704066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704066

Black with #704066

Text Example


Text Example

White with #704066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704066; }

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

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

background-color css

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

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

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

border-color css

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

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

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