#70365C

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

Shades of Palatinate Purple #70365C

Tints of Palatinate Purple #70365C

Color information

#70365C (or 0x70365C) is unknown color: approx Palatinate Purple. HEX triplet: 70, 36 and 5C. RGB value is (112,54,92). Sum of RGB (Red+Green+Blue) = 112+54+92=258 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.41% from 258); Green value is 54 (21.48% from 255 or 20.93% from 258); Blue value is 92 (36.33% from 255 or 35.66% from 258); Max value from RGB is 112 - color contains mainly: red. Hex color #70365C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70365C is #8FC9A3. Grayscale: #4B4B4B. Windows color (decimal): -9423268 or 6043248. OLE color: 6043248.

HSL color Cylindrical-coordinate representation of color #70365C: hue angle of 320.69º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #70365C is Cyan = 0, Magento = 0.52, Yellow = 0.18 and Black (K on CMYK) = 0.56.

Color convert

RGB1125492-
CMYK00.520.180.56
HSL320.69º34.94%32.55%-
HSV(B)320.69º51.79%43.92%-
XYZ9.936.8610.92-
YUV75.67137.22153.91-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 43.41%
GREEN value IS 54 (21.48% from 255) = 20.93%
BLUE value IS 92 (36.33% from 255) = 35.66%
R=43.41%
G=20.93%
B=35.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.18
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112549200.520.180.56320.6934.9432.55
Hex70365C03412381412321
Octal1606613406422705014341
Binary11100001101101011100011010010010111000101000001100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70365C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70365C; }

 p { color: rgb(112,54,92); }

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

<style>
 a { background-color: #70365C; }

 a { background-color: rgb(112,54,92); }

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

<style>
 span { border-color: #70365C; }

 span { border-color: rgb(112,54,92); }

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