#70095E

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

Shades of Palatinate Purple #70095E

Tints of Palatinate Purple #70095E

Color information

#70095E (or 0x70095E) is unknown color: approx Palatinate Purple. HEX triplet: 70, 09 and 5E. RGB value is (112,9,94). Sum of RGB (Red+Green+Blue) = 112+9+94=215 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.09% from 215); Green value is 9 (3.91% from 255 or 4.19% from 215); Blue value is 94 (37.11% from 255 or 43.72% from 215); Max value from RGB is 112 - color contains mainly: red. Hex color #70095E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70095E is #8FF6A1. Grayscale: #313131. Windows color (decimal): -9434786 or 6162800. OLE color: 6162800.

HSL color Cylindrical-coordinate representation of color #70095E: hue angle of 310.49º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #70095E is Cyan = 0, Magento = 0.92, Yellow = 0.16 and Black (K on CMYK) = 0.56.

Color convert

RGB112994-
CMYK00.920.160.56
HSL310.49º85.12%23.73%-
HSV(B)310.49º91.96%43.92%-
XYZ8.84.4510.98-
YUV49.49153.12172.59-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 52.09%
GREEN value IS 9 (3.91% from 255) = 4.19%
BLUE value IS 94 (37.11% from 255) = 43.72%
R=52.09%
G=4.19%
B=43.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.16
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11299400.920.160.56310.4985.1223.73
Hex7095E05C10381365518
Octal160111360134207046612530
Binary1110000100110111100101110010000111000100110110101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70095E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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