#71295E

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

Shades of Palatinate Purple #71295E

Tints of Palatinate Purple #71295E

Color information

#71295E (or 0x71295E) is unknown color: approx Palatinate Purple. HEX triplet: 71, 29 and 5E. RGB value is (113,41,94). Sum of RGB (Red+Green+Blue) = 113+41+94=248 (32% of max value = 765). Red value is 113 (44.53% from 255 or 45.56% from 248); Green value is 41 (16.41% from 255 or 16.53% from 248); Blue value is 94 (37.11% from 255 or 37.90% from 248); Max value from RGB is 113 - color contains mainly: red. Hex color #71295E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71295E is #8ED6A1. Grayscale: #444444. Windows color (decimal): -9361058 or 6170993. OLE color: 6170993.

HSL color Cylindrical-coordinate representation of color #71295E: hue angle of 315.83º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #71295E is Cyan = 0, Magento = 0.64, Yellow = 0.17 and Black (K on CMYK) = 0.56.

Color convert

RGB1134194-
CMYK00.640.170.56
HSL315.83º46.75%30.2%-
HSV(B)315.83º63.72%44.31%-
XYZ9.625.911.22-
YUV68.57142.35159.69-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 45.56%
GREEN value IS 41 (16.41% from 255) = 16.53%
BLUE value IS 94 (37.11% from 255) = 37.90%
R=45.56%
G=16.53%
B=37.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.17
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113419400.640.170.56315.8346.7530.2
Hex71295E040113813c2f1e
Octal16151136010021704745736
Binary11100011010011011110010000001000111100010011110010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71295E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71295E; }

 p { color: rgb(113,41,94); }

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

<style>
 a { background-color: #71295E; }

 a { background-color: rgb(113,41,94); }

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

<style>
 span { border-color: #71295E; }

 span { border-color: rgb(113,41,94); }

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