#70296C

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

Shades of Palatinate Purple #70296C

Tints of Palatinate Purple #70296C

Color information

#70296C (or 0x70296C) is unknown color: approx Palatinate Purple. HEX triplet: 70, 29 and 6C. RGB value is (112,41,108). Sum of RGB (Red+Green+Blue) = 112+41+108=261 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.91% from 261); Green value is 41 (16.41% from 255 or 15.71% from 261); Blue value is 108 (42.58% from 255 or 41.38% from 261); Max value from RGB is 112 - color contains mainly: red. Hex color #70296C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70296C is #8FD693. Grayscale: #454545. Windows color (decimal): -9426580 or 7088496. OLE color: 7088496.

HSL color Cylindrical-coordinate representation of color #70296C: hue angle of 303.38º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #70296C is Cyan = 0, Magento = 0.63, Yellow = 0.04 and Black (K on CMYK) = 0.56.

Color convert

RGB11241108-
CMYK00.630.040.56
HSL303.38º46.41%30%-
HSV(B)303.38º63.39%43.92%-
XYZ10.186.1114.83-
YUV69.87149.52158.05-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 42.91%
GREEN value IS 41 (16.41% from 255) = 15.71%
BLUE value IS 108 (42.58% from 255) = 41.38%
R=42.91%
G=15.71%
B=41.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.04
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1124110800.630.040.56303.3846.4130
Hex70296C03F43812f2e1e
Octal160511540774704575636
Binary11100001010011101100011111110011100010010111110111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70296C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70296C; }

 p { color: rgb(112,41,108); }

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

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

 a { background-color: rgb(112,41,108); }

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

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

 span { border-color: rgb(112,41,108); }

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