#71275A

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

Shades of Palatinate Purple #71275A

Tints of Palatinate Purple #71275A

Color information

#71275A (or 0x71275A) is unknown color: approx Palatinate Purple. HEX triplet: 71, 27 and 5A. RGB value is (113,39,90). Sum of RGB (Red+Green+Blue) = 113+39+90=242 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.69% from 242); Green value is 39 (15.62% from 255 or 16.12% from 242); Blue value is 90 (35.55% from 255 or 37.19% from 242); Max value from RGB is 113 - color contains mainly: red. Hex color #71275A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71275A is #8ED8A5. Grayscale: #424242. Windows color (decimal): -9361574 or 5908337. OLE color: 5908337.

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

Color convert

RGB1133990-
CMYK00.650.200.56
HSL318.65º48.68%29.8%-
HSV(B)318.65º65.49%44.31%-
XYZ9.385.710.28-
YUV66.94141.02160.85-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 46.69%
GREEN value IS 39 (15.62% from 255) = 16.12%
BLUE value IS 90 (35.55% from 255) = 37.19%
R=46.69%
G=16.12%
B=37.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.20
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113399000.650.200.56318.6548.6829.8
Hex71275A041143813f311e
Octal16147132010124704776136
Binary11100011001111011010010000011010011100010011111111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71275A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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