#703767

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

Shades of Palatinate Purple #703767

Tints of Palatinate Purple #703767

Color information

#703767 (or 0x703767) is unknown color: approx Palatinate Purple. HEX triplet: 70, 37 and 67. RGB value is (112,55,103). Sum of RGB (Red+Green+Blue) = 112+55+103=270 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.48% from 270); Green value is 55 (21.88% from 255 or 20.37% from 270); Blue value is 103 (40.62% from 255 or 38.15% from 270); Max value from RGB is 112 - color contains mainly: red. Hex color #703767 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703767 is #8FC898. Grayscale: #4D4D4D. Windows color (decimal): -9423001 or 6764400. OLE color: 6764400.

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

Color convert

RGB11255103-
CMYK00.510.080.56
HSL309.47º34.13%32.75%-
HSV(B)309.47º50.89%43.92%-
XYZ10.57.1613.66-
YUV77.52142.38152.6-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 41.48%
GREEN value IS 55 (21.88% from 255) = 20.37%
BLUE value IS 103 (40.62% from 255) = 38.15%
R=41.48%
G=20.37%
B=38.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.08
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1125510300.510.080.56309.4734.1332.75
Hex7037670338381352221
Octal1606714706310704654241
Binary1110000110111110011101100111000111000100110101100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703767

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703767; }

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

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

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

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

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

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

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

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