#71265B

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

Shades of Palatinate Purple #71265B

Tints of Palatinate Purple #71265B

Color information

#71265B (or 0x71265B) is unknown color: approx Palatinate Purple. HEX triplet: 71, 26 and 5B. RGB value is (113,38,91). Sum of RGB (Red+Green+Blue) = 113+38+91=242 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.69% from 242); Green value is 38 (15.23% from 255 or 15.70% from 242); Blue value is 91 (35.94% from 255 or 37.60% from 242); Max value from RGB is 113 - color contains mainly: red. Hex color #71265B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71265B is #8ED9A4. Grayscale: #424242. Windows color (decimal): -9361829 or 5973617. OLE color: 5973617.

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

Color convert

RGB1133891-
CMYK00.660.190.56
HSL317.6º49.67%29.61%-
HSV(B)317.6º66.37%44.31%-
XYZ9.395.6510.49-
YUV66.47141.85161.19-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 46.69%
GREEN value IS 38 (15.23% from 255) = 15.70%
BLUE value IS 91 (35.94% from 255) = 37.60%
R=46.69%
G=15.70%
B=37.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.19
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113389100.660.190.56317.649.6729.61
Hex71265B042133813e321e
Octal16146133010223704766236
Binary11100011001101011011010000101001111100010011111011001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71265B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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