#70265B

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

Shades of Palatinate Purple #70265B

Tints of Palatinate Purple #70265B

Color information

#70265B (or 0x70265B) is unknown color: approx Palatinate Purple. HEX triplet: 70, 26 and 5B. RGB value is (112,38,91). Sum of RGB (Red+Green+Blue) = 112+38+91=241 (31% of max value = 765). Red value is 112 (44.14% from 255 or 46.47% from 241); Green value is 38 (15.23% from 255 or 15.77% from 241); Blue value is 91 (35.94% from 255 or 37.76% from 241); Max value from RGB is 112 - color contains mainly: red. Hex color #70265B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70265B is #8FD9A4. Grayscale: #424242. Windows color (decimal): -9427365 or 5973616. OLE color: 5973616.

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

Color convert

RGB1123891-
CMYK00.660.190.56
HSL317.03º49.33%29.41%-
HSV(B)317.03º66.07%43.92%-
XYZ9.265.5910.49-
YUV66.17142.02160.69-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 46.47%
GREEN value IS 38 (15.23% from 255) = 15.77%
BLUE value IS 91 (35.94% from 255) = 37.76%
R=46.47%
G=15.77%
B=37.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.19
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112389100.660.190.56317.0349.3329.41
Hex70265B042133813d311d
Octal16046133010223704756135
Binary11100001001101011011010000101001111100010011110111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70265B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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