#70355F

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

Shades of Palatinate Purple #70355F

Tints of Palatinate Purple #70355F

Color information

#70355F (or 0x70355F) is unknown color: approx Palatinate Purple. HEX triplet: 70, 35 and 5F. RGB value is (112,53,95). Sum of RGB (Red+Green+Blue) = 112+53+95=260 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.08% from 260); Green value is 53 (21.09% from 255 or 20.38% from 260); Blue value is 95 (37.5% from 255 or 36.54% from 260); Max value from RGB is 112 - color contains mainly: red. Hex color #70355F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70355F is #8FCAA0. Grayscale: #4B4B4B. Windows color (decimal): -9423521 or 6239600. OLE color: 6239600.

HSL color Cylindrical-coordinate representation of color #70355F: hue angle of 317.29º degrees, saturation: 0.36, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #70355F is Cyan = 0, Magento = 0.53, Yellow = 0.15 and Black (K on CMYK) = 0.56.

Color convert

RGB1125395-
CMYK00.530.150.56
HSL317.29º35.76%32.35%-
HSV(B)317.29º52.68%43.92%-
XYZ10.026.8211.61-
YUV75.43139.05154.08-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 43.08%
GREEN value IS 53 (21.09% from 255) = 20.38%
BLUE value IS 95 (37.5% from 255) = 36.54%
R=43.08%
G=20.38%
B=36.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.15
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112539500.530.150.56317.2935.7632.35
Hex70355F035F3813d2420
Octal1606513706517704754440
Binary1110000110101101111101101011111111000100111101100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70355F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70355F; }

 p { color: rgb(112,53,95); }

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

<style>
 a { background-color: #70355F; }

 a { background-color: rgb(112,53,95); }

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

<style>
 span { border-color: #70355F; }

 span { border-color: rgb(112,53,95); }

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