#70165E

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

Shades of Palatinate Purple #70165E

Tints of Palatinate Purple #70165E

Color information

#70165E (or 0x70165E) is unknown color: approx Palatinate Purple. HEX triplet: 70, 16 and 5E. RGB value is (112,22,94). Sum of RGB (Red+Green+Blue) = 112+22+94=228 (30% of max value = 765). Red value is 112 (44.14% from 255 or 49.12% from 228); Green value is 22 (8.98% from 255 or 9.65% from 228); Blue value is 94 (37.11% from 255 or 41.23% from 228); Max value from RGB is 112 - color contains mainly: red. Hex color #70165E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70165E is #8FE9A1. Grayscale: #383838. Windows color (decimal): -9431458 or 6166128. OLE color: 6166128.

HSL color Cylindrical-coordinate representation of color #70165E: hue angle of 312º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #70165E is Cyan = 0, Magento = 0.80, Yellow = 0.16 and Black (K on CMYK) = 0.56.

Color convert

RGB1122294-
CMYK00.800.160.56
HSL312º67.16%26.27%-
HSV(B)312º80.36%43.92%-
XYZ8.994.8311.05-
YUV57.12148.82167.15-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 49.12%
GREEN value IS 22 (8.98% from 255) = 9.65%
BLUE value IS 94 (37.11% from 255) = 41.23%
R=49.12%
G=9.65%
B=41.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.16
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112229400.800.160.5631267.1626.27
Hex70165E0501038138431a
Octal160261360120207047010332
Binary11100001011010111100101000010000111000100111000100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70165E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70165E; }

 p { color: rgb(112,22,94); }

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

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

 a { background-color: rgb(112,22,94); }

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

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

 span { border-color: rgb(112,22,94); }

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