#70275B

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

Shades of Palatinate Purple #70275B

Tints of Palatinate Purple #70275B

Color information

#70275B (or 0x70275B) is unknown color: approx Palatinate Purple. HEX triplet: 70, 27 and 5B. RGB value is (112,39,91). Sum of RGB (Red+Green+Blue) = 112+39+91=242 (32% of max value = 765). Red value is 112 (44.14% from 255 or 46.28% from 242); Green value is 39 (15.62% from 255 or 16.12% from 242); Blue value is 91 (35.94% from 255 or 37.60% from 242); Max value from RGB is 112 - color contains mainly: red. Hex color #70275B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70275B is #8FD8A4. Grayscale: #424242. Windows color (decimal): -9427109 or 5973872. OLE color: 5973872.

HSL color Cylindrical-coordinate representation of color #70275B: hue angle of 317.26º 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 #70275B is Cyan = 0, Magento = 0.65, Yellow = 0.19 and Black (K on CMYK) = 0.56.

Color convert

RGB1123991-
CMYK00.650.190.56
HSL317.26º48.34%29.61%-
HSV(B)317.26º65.18%43.92%-
XYZ9.35.6510.5-
YUV66.76141.68160.27-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 46.28%
GREEN value IS 39 (15.62% from 255) = 16.12%
BLUE value IS 91 (35.94% from 255) = 37.60%
R=46.28%
G=16.12%
B=37.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.19
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112399100.650.190.56317.2648.3429.61
Hex70275B041133813d301e
Octal16047133010123704756036
Binary11100001001111011011010000011001111100010011110111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70275B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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