#71275B

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

Shades of Palatinate Purple #71275B

Tints of Palatinate Purple #71275B

Color information

#71275B (or 0x71275B) is unknown color: approx Palatinate Purple. HEX triplet: 71, 27 and 5B. RGB value is (113,39,91). Sum of RGB (Red+Green+Blue) = 113+39+91=243 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.50% from 243); Green value is 39 (15.62% from 255 or 16.05% from 243); Blue value is 91 (35.94% from 255 or 37.45% from 243); Max value from RGB is 113 - color contains mainly: red. Hex color #71275B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71275B is #8ED8A4. Grayscale: #424242. Windows color (decimal): -9361573 or 5973873. OLE color: 5973873.

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

Color convert

RGB1133991-
CMYK00.650.190.56
HSL317.84º48.68%29.8%-
HSV(B)317.84º65.49%44.31%-
XYZ9.425.7210.5-
YUV67.05141.52160.77-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 46.50%
GREEN value IS 39 (15.62% from 255) = 16.05%
BLUE value IS 91 (35.94% from 255) = 37.45%
R=46.50%
G=16.05%
B=37.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.19
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113399100.650.190.56317.8448.6829.8
Hex71275B041133813e311e
Octal16147133010123704766136
Binary11100011001111011011010000011001111100010011111011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71275B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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