#70135C

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

Shades of Palatinate Purple #70135C

Tints of Palatinate Purple #70135C

Color information

#70135C (or 0x70135C) is unknown color: approx Palatinate Purple. HEX triplet: 70, 13 and 5C. RGB value is (112,19,92). Sum of RGB (Red+Green+Blue) = 112+19+92=223 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.22% from 223); Green value is 19 (7.81% from 255 or 8.52% from 223); Blue value is 92 (36.33% from 255 or 41.26% from 223); Max value from RGB is 112 - color contains mainly: red. Hex color #70135C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70135C is #8FECA3. Grayscale: #363636. Windows color (decimal): -9432228 or 6034288. OLE color: 6034288.

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

Color convert

RGB1121992-
CMYK00.830.180.56
HSL312.9º70.99%25.69%-
HSV(B)312.9º83.04%43.92%-
XYZ8.854.6810.56-
YUV55.13148.81168.56-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 50.22%
GREEN value IS 19 (7.81% from 255) = 8.52%
BLUE value IS 92 (36.33% from 255) = 41.26%
R=50.22%
G=8.52%
B=41.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.18
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112199200.830.180.56312.970.9925.69
Hex70135C0531238139471a
Octal160231340123227047110732
Binary11100001001110111000101001110010111000100111001100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70135C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,19,92); }

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

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

 a { background-color: rgb(112,19,92); }

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

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

 span { border-color: rgb(112,19,92); }

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