#70156C

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

Shades of Palatinate Purple #70156C

Tints of Palatinate Purple #70156C

Color information

#70156C (or 0x70156C) is unknown color: approx Palatinate Purple. HEX triplet: 70, 15 and 6C. RGB value is (112,21,108). Sum of RGB (Red+Green+Blue) = 112+21+108=241 (31% of max value = 765). Red value is 112 (44.14% from 255 or 46.47% from 241); Green value is 21 (8.59% from 255 or 8.71% from 241); Blue value is 108 (42.58% from 255 or 44.81% from 241); Max value from RGB is 112 - color contains mainly: red. Hex color #70156C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70156C is #8FEA93. Grayscale: #393939. Windows color (decimal): -9431700 or 7083376. OLE color: 7083376.

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

Color convert

RGB11221108-
CMYK00.810.040.56
HSL302.64º68.42%26.08%-
HSV(B)302.64º81.25%43.92%-
XYZ9.665.0614.66-
YUV58.13156.15166.43-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 46.47%
GREEN value IS 21 (8.59% from 255) = 8.71%
BLUE value IS 108 (42.58% from 255) = 44.81%
R=46.47%
G=8.71%
B=44.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.04
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1122110800.810.040.56302.6468.4226.08
Hex70156C05143812f441a
Octal16025154012147045710432
Binary111000010101110110001010001100111000100101111100010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70156C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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