#704466

Color #704466 Palatinate Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Palatinate Purple #704466

Tints of Palatinate Purple #704466

Color information

#704466 (or 0x704466) is unknown color: approx Palatinate Purple. HEX triplet: 70, 44 and 66. RGB value is (112,68,102). Sum of RGB (Red+Green+Blue) = 112+68+102=282 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.72% from 282); Green value is 68 (26.95% from 255 or 24.11% from 282); Blue value is 102 (40.23% from 255 or 36.17% from 282); Max value from RGB is 112 - color contains mainly: red. Hex color #704466 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704466 is #8FBB99. Grayscale: #545454. Windows color (decimal): -9419674 or 6702192. OLE color: 6702192.

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

Color convert

RGB11268102-
CMYK00.390.090.56
HSL313.64º24.44%35.29%-
HSV(B)313.64º39.29%43.92%-
XYZ11.158.5413.63-
YUV85.03137.58147.24-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 39.72%
GREEN value IS 68 (26.95% from 255) = 24.11%
BLUE value IS 102 (40.23% from 255) = 36.17%
R=39.72%
G=24.11%
B=36.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.09
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1126810200.390.090.56313.6424.4435.29
Hex70446602793813a1823
Octal16010414604711704723043
Binary1110000100010011001100100111100111100010011101011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704466; }

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

 H1.HeaderClassName
 {
   color: #704466;
 }
 .AnyTagClassName
 {
   color: #704466;
 }
</style>
background-color css

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

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

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

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

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

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