#71275E

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

Shades of Palatinate Purple #71275E

Tints of Palatinate Purple #71275E

Color information

#71275E (or 0x71275E) is unknown color: approx Palatinate Purple. HEX triplet: 71, 27 and 5E. RGB value is (113,39,94). Sum of RGB (Red+Green+Blue) = 113+39+94=246 (32% of max value = 765). Red value is 113 (44.53% from 255 or 45.93% from 246); Green value is 39 (15.62% from 255 or 15.85% from 246); Blue value is 94 (37.11% from 255 or 38.21% from 246); Max value from RGB is 113 - color contains mainly: red. Hex color #71275E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71275E is #8ED8A1. Grayscale: #434343. Windows color (decimal): -9361570 or 6170481. OLE color: 6170481.

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

Color convert

RGB1133994-
CMYK00.650.170.56
HSL315.41º48.68%29.8%-
HSV(B)315.41º65.49%44.31%-
XYZ9.565.7711.2-
YUV67.4143.02160.53-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 45.93%
GREEN value IS 39 (15.62% from 255) = 15.85%
BLUE value IS 94 (37.11% from 255) = 38.21%
R=45.93%
G=15.85%
B=38.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.17
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113399400.650.170.56315.4148.6829.8
Hex71275E041113813b311e
Octal16147136010121704736136
Binary11100011001111011110010000011000111100010011101111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71275E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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