#70375F

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

Shades of Palatinate Purple #70375F

Tints of Palatinate Purple #70375F

Color information

#70375F (or 0x70375F) is unknown color: approx Palatinate Purple. HEX triplet: 70, 37 and 5F. RGB value is (112,55,95). Sum of RGB (Red+Green+Blue) = 112+55+95=262 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.75% from 262); Green value is 55 (21.88% from 255 or 20.99% from 262); Blue value is 95 (37.5% from 255 or 36.26% from 262); Max value from RGB is 112 - color contains mainly: red. Hex color #70375F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70375F is #8FC8A0. Grayscale: #4C4C4C. Windows color (decimal): -9423009 or 6240112. OLE color: 6240112.

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

Color convert

RGB1125595-
CMYK00.510.150.56
HSL317.89º34.13%32.75%-
HSV(B)317.89º50.89%43.92%-
XYZ10.11711.65-
YUV76.6138.38153.25-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 42.75%
GREEN value IS 55 (21.88% from 255) = 20.99%
BLUE value IS 95 (37.5% from 255) = 36.26%
R=42.75%
G=20.99%
B=36.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.15
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112559500.510.150.56317.8934.1332.75
Hex70375F033F3813e2221
Octal1606713706317704764241
Binary1110000110111101111101100111111111000100111110100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70375F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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