#70336A

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

Shades of Palatinate Purple #70336A

Tints of Palatinate Purple #70336A

Color information

#70336A (or 0x70336A) is unknown color: approx Palatinate Purple. HEX triplet: 70, 33 and 6A. RGB value is (112,51,106). Sum of RGB (Red+Green+Blue) = 112+51+106=269 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.64% from 269); Green value is 51 (20.31% from 255 or 18.96% from 269); Blue value is 106 (41.80% from 255 or 39.41% from 269); Max value from RGB is 112 - color contains mainly: red. Hex color #70336A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70336A is #8FCC95. Grayscale: #4B4B4B. Windows color (decimal): -9424022 or 6959984. OLE color: 6959984.

HSL color Cylindrical-coordinate representation of color #70336A: hue angle of 305.9º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #70336A is Cyan = 0, Magento = 0.54, Yellow = 0.05 and Black (K on CMYK) = 0.56.

Color convert

RGB11251106-
CMYK00.540.050.56
HSL305.9º37.42%31.96%-
HSV(B)305.9º54.46%43.92%-
XYZ10.476.8514.41-
YUV75.51145.21154.03-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 41.64%
GREEN value IS 51 (20.31% from 255) = 18.96%
BLUE value IS 106 (41.80% from 255) = 39.41%
R=41.64%
G=18.96%
B=39.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.05
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1125110600.540.050.56305.937.4231.96
Hex70336A0365381322520
Octal160631520665704624540
Binary111000011001111010100110110101111000100110010100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70336A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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