#71275F

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

Shades of Palatinate Purple #71275F

Tints of Palatinate Purple #71275F

Color information

#71275F (or 0x71275F) is unknown color: approx Palatinate Purple. HEX triplet: 71, 27 and 5F. RGB value is (113,39,95). Sum of RGB (Red+Green+Blue) = 113+39+95=247 (32% of max value = 765). Red value is 113 (44.53% from 255 or 45.75% from 247); Green value is 39 (15.62% from 255 or 15.79% from 247); Blue value is 95 (37.5% from 255 or 38.46% from 247); Max value from RGB is 113 - color contains mainly: red. Hex color #71275F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71275F is #8ED8A0. Grayscale: #434343. Windows color (decimal): -9361569 or 6236017. OLE color: 6236017.

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

Color convert

RGB1133995-
CMYK00.650.160.56
HSL314.59º48.68%29.8%-
HSV(B)314.59º65.49%44.31%-
XYZ9.65.7911.44-
YUV67.51143.52160.45-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 45.75%
GREEN value IS 39 (15.62% from 255) = 15.79%
BLUE value IS 95 (37.5% from 255) = 38.46%
R=45.75%
G=15.79%
B=38.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.16
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113399500.650.160.56314.5948.6829.8
Hex71275F041103813b311e
Octal16147137010120704736136
Binary11100011001111011111010000011000011100010011101111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71275F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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