#70265D

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

Shades of Palatinate Purple #70265D

Tints of Palatinate Purple #70265D

Color information

#70265D (or 0x70265D) is unknown color: approx Palatinate Purple. HEX triplet: 70, 26 and 5D. RGB value is (112,38,93). Sum of RGB (Red+Green+Blue) = 112+38+93=243 (32% of max value = 765). Red value is 112 (44.14% from 255 or 46.09% from 243); Green value is 38 (15.23% from 255 or 15.64% from 243); Blue value is 93 (36.72% from 255 or 38.27% from 243); Max value from RGB is 112 - color contains mainly: red. Hex color #70265D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70265D is #8FD9A2. Grayscale: #424242. Windows color (decimal): -9427363 or 6104688. OLE color: 6104688.

HSL color Cylindrical-coordinate representation of color #70265D: hue angle of 315.41º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #70265D is Cyan = 0, Magento = 0.66, Yellow = 0.17 and Black (K on CMYK) = 0.56.

Color convert

RGB1123893-
CMYK00.660.170.56
HSL315.41º49.33%29.41%-
HSV(B)315.41º66.07%43.92%-
XYZ9.355.6210.95-
YUV66.4143.02160.53-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 46.09%
GREEN value IS 38 (15.23% from 255) = 15.64%
BLUE value IS 93 (36.72% from 255) = 38.27%
R=46.09%
G=15.64%
B=38.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.17
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112389300.660.170.56315.4149.3329.41
Hex70265D042113813b311d
Octal16046135010221704736135
Binary11100001001101011101010000101000111100010011101111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70265D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70265D; }

 p { color: rgb(112,38,93); }

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

<style>
 a { background-color: #70265D; }

 a { background-color: rgb(112,38,93); }

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

<style>
 span { border-color: #70265D; }

 span { border-color: rgb(112,38,93); }

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