#71275D

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

Shades of Palatinate Purple #71275D

Tints of Palatinate Purple #71275D

Color information

#71275D (or 0x71275D) is unknown color: approx Palatinate Purple. HEX triplet: 71, 27 and 5D. RGB value is (113,39,93). Sum of RGB (Red+Green+Blue) = 113+39+93=245 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.12% from 245); Green value is 39 (15.62% from 255 or 15.92% from 245); Blue value is 93 (36.72% from 255 or 37.96% from 245); Max value from RGB is 113 - color contains mainly: red. Hex color #71275D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71275D is #8ED8A2. Grayscale: #434343. Windows color (decimal): -9361571 or 6104945. OLE color: 6104945.

HSL color Cylindrical-coordinate representation of color #71275D: hue angle of 316.22º degrees, saturation: 0.49, 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 #71275D is Cyan = 0, Magento = 0.65, Yellow = 0.18 and Black (K on CMYK) = 0.56.

Color convert

RGB1133993-
CMYK00.650.180.56
HSL316.22º48.68%29.8%-
HSV(B)316.22º65.49%44.31%-
XYZ9.515.7510.96-
YUV67.28142.52160.61-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 46.12%
GREEN value IS 39 (15.62% from 255) = 15.92%
BLUE value IS 93 (36.72% from 255) = 37.96%
R=46.12%
G=15.92%
B=37.96%

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
Decimal113399300.650.180.56316.2248.6829.8
Hex71275D041123813c311e
Octal16147135010122704746136
Binary11100011001111011101010000011001011100010011110011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71275D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,39,93); }

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

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

 a { background-color: rgb(113,39,93); }

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

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

 span { border-color: rgb(113,39,93); }

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