#703668

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

Shades of Palatinate Purple #703668

Tints of Palatinate Purple #703668

Color information

#703668 (or 0x703668) is unknown color: approx Palatinate Purple. HEX triplet: 70, 36 and 68. RGB value is (112,54,104). Sum of RGB (Red+Green+Blue) = 112+54+104=270 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.48% from 270); Green value is 54 (21.48% from 255 or 20% from 270); Blue value is 104 (41.02% from 255 or 38.52% from 270); Max value from RGB is 112 - color contains mainly: red. Hex color #703668 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703668 is #8FC997. Grayscale: #4C4C4C. Windows color (decimal): -9423256 or 6829680. OLE color: 6829680.

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

Color convert

RGB11254104-
CMYK00.520.070.56
HSL308.28º34.94%32.55%-
HSV(B)308.28º51.79%43.92%-
XYZ10.57.0813.91-
YUV77.04143.22152.93-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 41.48%
GREEN value IS 54 (21.48% from 255) = 20%
BLUE value IS 104 (41.02% from 255) = 38.52%
R=41.48%
G=20%
B=38.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.07
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1125410400.520.070.56308.2834.9432.55
Hex7036680347381342321
Octal160661500647704644341
Binary111000011011011010000110100111111000100110100100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703668; }

 p { color: rgb(112,54,104); }

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

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

 a { background-color: rgb(112,54,104); }

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

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

 span { border-color: rgb(112,54,104); }

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