#70236D

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

Shades of Palatinate Purple #70236D

Tints of Palatinate Purple #70236D

Color information

#70236D (or 0x70236D) is unknown color: approx Palatinate Purple. HEX triplet: 70, 23 and 6D. RGB value is (112,35,109). Sum of RGB (Red+Green+Blue) = 112+35+109=256 (33% of max value = 765). Red value is 112 (44.14% from 255 or 43.75% from 256); Green value is 35 (14.06% from 255 or 13.67% from 256); Blue value is 109 (42.97% from 255 or 42.58% from 256); Max value from RGB is 112 - color contains mainly: red. Hex color #70236D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70236D is #8FDC92. Grayscale: #424242. Windows color (decimal): -9428115 or 7152496. OLE color: 7152496.

HSL color Cylindrical-coordinate representation of color #70236D: hue angle of 302.34º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #70236D is Cyan = 0, Magento = 0.69, Yellow = 0.03 and Black (K on CMYK) = 0.56.

Color convert

RGB11235109-
CMYK00.690.030.56
HSL302.34º52.38%28.82%-
HSV(B)302.34º68.75%43.92%-
XYZ10.045.7515.05-
YUV66.46152.01160.48-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 43.75%
GREEN value IS 35 (14.06% from 255) = 13.67%
BLUE value IS 109 (42.97% from 255) = 42.58%
R=43.75%
G=13.67%
B=42.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.03
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1123510900.690.030.56302.3452.3828.82
Hex70236D04533812e341d
Octal1604315501053704566435
Binary11100001000111101101010001011111100010010111011010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70236D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70236D; }

 p { color: rgb(112,35,109); }

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

<style>
 a { background-color: #70236D; }

 a { background-color: rgb(112,35,109); }

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

<style>
 span { border-color: #70236D; }

 span { border-color: rgb(112,35,109); }

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