#70275C

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

Shades of Palatinate Purple #70275C

Tints of Palatinate Purple #70275C

Color information

#70275C (or 0x70275C) is unknown color: approx Palatinate Purple. HEX triplet: 70, 27 and 5C. RGB value is (112,39,92). Sum of RGB (Red+Green+Blue) = 112+39+92=243 (32% of max value = 765). Red value is 112 (44.14% from 255 or 46.09% from 243); Green value is 39 (15.62% from 255 or 16.05% from 243); Blue value is 92 (36.33% from 255 or 37.86% from 243); Max value from RGB is 112 - color contains mainly: red. Hex color #70275C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70275C is #8FD8A3. Grayscale: #424242. Windows color (decimal): -9427108 or 6039408. OLE color: 6039408.

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

Color convert

RGB1123992-
CMYK00.650.180.56
HSL316.44º48.34%29.61%-
HSV(B)316.44º65.18%43.92%-
XYZ9.345.6710.73-
YUV66.87142.18160.19-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 46.09%
GREEN value IS 39 (15.62% from 255) = 16.05%
BLUE value IS 92 (36.33% from 255) = 37.86%
R=46.09%
G=16.05%
B=37.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.18
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112399200.650.180.56316.4448.3429.61
Hex70275C041123813c301e
Octal16047134010122704746036
Binary11100001001111011100010000011001011100010011110011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70275C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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