#70236A

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

Shades of Palatinate Purple #70236A

Tints of Palatinate Purple #70236A

Color information

#70236A (or 0x70236A) is unknown color: approx Palatinate Purple. HEX triplet: 70, 23 and 6A. RGB value is (112,35,106). Sum of RGB (Red+Green+Blue) = 112+35+106=253 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.27% from 253); Green value is 35 (14.06% from 255 or 13.83% from 253); Blue value is 106 (41.80% from 255 or 41.90% from 253); Max value from RGB is 112 - color contains mainly: red. Hex color #70236A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70236A is #8FDC95. Grayscale: #414141. Windows color (decimal): -9428118 or 6955888. OLE color: 6955888.

HSL color Cylindrical-coordinate representation of color #70236A: hue angle of 304.68º 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 #70236A is Cyan = 0, Magento = 0.69, Yellow = 0.05 and Black (K on CMYK) = 0.56.

Color convert

RGB11235106-
CMYK00.690.050.56
HSL304.68º52.38%28.82%-
HSV(B)304.68º68.75%43.92%-
XYZ9.885.6914.21-
YUV66.12150.51160.73-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 44.27%
GREEN value IS 35 (14.06% from 255) = 13.83%
BLUE value IS 106 (41.80% from 255) = 41.90%
R=44.27%
G=13.83%
B=41.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.05
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1123510600.690.050.56304.6852.3828.82
Hex70236A045538131341d
Octal1604315201055704616435
Binary111000010001111010100100010110111100010011000111010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70236A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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