#703667

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

Shades of Palatinate Purple #703667

Tints of Palatinate Purple #703667

Color information

#703667 (or 0x703667) is unknown color: approx Palatinate Purple. HEX triplet: 70, 36 and 67. RGB value is (112,54,103). Sum of RGB (Red+Green+Blue) = 112+54+103=269 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.64% from 269); Green value is 54 (21.48% from 255 or 20.07% from 269); Blue value is 103 (40.62% from 255 or 38.29% from 269); Max value from RGB is 112 - color contains mainly: red. Hex color #703667 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703667 is #8FC998. Grayscale: #4C4C4C. Windows color (decimal): -9423257 or 6764144. OLE color: 6764144.

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

Color convert

RGB11254103-
CMYK00.520.080.56
HSL309.31º34.94%32.55%-
HSV(B)309.31º51.79%43.92%-
XYZ10.457.0613.64-
YUV76.93142.72153.02-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 41.64%
GREEN value IS 54 (21.48% from 255) = 20.07%
BLUE value IS 103 (40.62% from 255) = 38.29%
R=41.64%
G=20.07%
B=38.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.08
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1125410300.520.080.56309.3134.9432.55
Hex7036670348381352321
Octal1606614706410704654341
Binary1110000110110110011101101001000111000100110101100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703667

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703667; }

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

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

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

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

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

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

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

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