#70335B

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

Shades of Palatinate Purple #70335B

Tints of Palatinate Purple #70335B

Color information

#70335B (or 0x70335B) is unknown color: approx Palatinate Purple. HEX triplet: 70, 33 and 5B. RGB value is (112,51,91). Sum of RGB (Red+Green+Blue) = 112+51+91=254 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.09% from 254); Green value is 51 (20.31% from 255 or 20.08% from 254); Blue value is 91 (35.94% from 255 or 35.83% from 254); Max value from RGB is 112 - color contains mainly: red. Hex color #70335B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70335B is #8FCCA4. Grayscale: #494949. Windows color (decimal): -9424037 or 5976944. OLE color: 5976944.

HSL color Cylindrical-coordinate representation of color #70335B: hue angle of 320.66º 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 #70335B is Cyan = 0, Magento = 0.54, Yellow = 0.19 and Black (K on CMYK) = 0.56.

Color convert

RGB1125191-
CMYK00.540.190.56
HSL320.66º37.42%31.96%-
HSV(B)320.66º54.46%43.92%-
XYZ9.756.5710.65-
YUV73.8137.71155.25-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 44.09%
GREEN value IS 51 (20.31% from 255) = 20.08%
BLUE value IS 91 (35.94% from 255) = 35.83%
R=44.09%
G=20.08%
B=35.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.19
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112519100.540.190.56320.6637.4231.96
Hex70335B03613381412520
Octal1606313306623705014540
Binary11100001100111011011011011010011111000101000001100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70335B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70335B; }

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

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

<style>
 a { background-color: #70335B; }

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

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

<style>
 span { border-color: #70335B; }

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

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