#71296B

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

Shades of Palatinate Purple #71296B

Tints of Palatinate Purple #71296B

Color information

#71296B (or 0x71296B) is unknown color: approx Palatinate Purple. HEX triplet: 71, 29 and 6B. RGB value is (113,41,107). Sum of RGB (Red+Green+Blue) = 113+41+107=261 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.30% from 261); Green value is 41 (16.41% from 255 or 15.71% from 261); Blue value is 107 (42.19% from 255 or 41.00% from 261); Max value from RGB is 113 - color contains mainly: red. Hex color #71296B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71296B is #8ED694. Grayscale: #454545. Windows color (decimal): -9361045 or 7022961. OLE color: 7022961.

HSL color Cylindrical-coordinate representation of color #71296B: hue angle of 305º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #71296B is Cyan = 0, Magento = 0.64, Yellow = 0.05 and Black (K on CMYK) = 0.56.

Color convert

RGB11341107-
CMYK00.640.050.56
HSL305º46.75%30.2%-
HSV(B)305º63.72%44.31%-
XYZ10.266.1614.56-
YUV70.05148.85158.63-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 43.30%
GREEN value IS 41 (16.41% from 255) = 15.71%
BLUE value IS 107 (42.19% from 255) = 41.00%
R=43.30%
G=15.71%
B=41.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.05
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1134110700.640.050.5630546.7530.2
Hex71296B0405381312f1e
Octal1615115301005704615736
Binary111000110100111010110100000010111100010011000110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71296B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,41,107); }

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

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

 a { background-color: rgb(113,41,107); }

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

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

 span { border-color: rgb(113,41,107); }

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