#70335A

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

Shades of Palatinate Purple #70335A

Tints of Palatinate Purple #70335A

Color information

#70335A (or 0x70335A) is unknown color: approx Palatinate Purple. HEX triplet: 70, 33 and 5A. RGB value is (112,51,90). Sum of RGB (Red+Green+Blue) = 112+51+90=253 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.27% from 253); Green value is 51 (20.31% from 255 or 20.16% from 253); Blue value is 90 (35.55% from 255 or 35.57% from 253); Max value from RGB is 112 - color contains mainly: red. Hex color #70335A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70335A is #8FCCA5. Grayscale: #494949. Windows color (decimal): -9424038 or 5911408. OLE color: 5911408.

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

Color convert

RGB1125190-
CMYK00.540.200.56
HSL321.64º37.42%31.96%-
HSV(B)321.64º54.46%43.92%-
XYZ9.716.5510.43-
YUV73.68137.21155.33-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 44.27%
GREEN value IS 51 (20.31% from 255) = 20.16%
BLUE value IS 90 (35.55% from 255) = 35.57%
R=44.27%
G=20.16%
B=35.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.20
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112519000.540.200.56321.6437.4231.96
Hex70335A03614381422520
Octal1606313206624705024540
Binary11100001100111011010011011010100111000101000010100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70335A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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