#703662

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

Shades of Palatinate Purple #703662

Tints of Palatinate Purple #703662

Color information

#703662 (or 0x703662) is unknown color: approx Palatinate Purple. HEX triplet: 70, 36 and 62. RGB value is (112,54,98). Sum of RGB (Red+Green+Blue) = 112+54+98=264 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.42% from 264); Green value is 54 (21.48% from 255 or 20.45% from 264); Blue value is 98 (38.67% from 255 or 37.12% from 264); Max value from RGB is 112 - color contains mainly: red. Hex color #703662 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703662 is #8FC99D. Grayscale: #4C4C4C. Windows color (decimal): -9423262 or 6436464. OLE color: 6436464.

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

Color convert

RGB1125498-
CMYK00.520.130.56
HSL314.48º34.94%32.55%-
HSV(B)314.48º51.79%43.92%-
XYZ10.216.9612.36-
YUV76.36140.22153.42-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 42.42%
GREEN value IS 54 (21.48% from 255) = 20.45%
BLUE value IS 98 (38.67% from 255) = 37.12%
R=42.42%
G=20.45%
B=37.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.13
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112549800.520.130.56314.4834.9432.55
Hex703662034D3813a2321
Octal1606614206415704724341
Binary1110000110110110001001101001101111000100111010100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703662; }

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

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

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

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

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

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

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

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