#71256E

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

Shades of Palatinate Purple #71256E

Tints of Palatinate Purple #71256E

Color information

#71256E (or 0x71256E) is unknown color: approx Palatinate Purple. HEX triplet: 71, 25 and 6E. RGB value is (113,37,110). Sum of RGB (Red+Green+Blue) = 113+37+110=260 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.46% from 260); Green value is 37 (14.84% from 255 or 14.23% from 260); Blue value is 110 (43.36% from 255 or 42.31% from 260); Max value from RGB is 113 - color contains mainly: red. Hex color #71256E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71256E is #8EDA91. Grayscale: #434343. Windows color (decimal): -9362066 or 7218545. OLE color: 7218545.

HSL color Cylindrical-coordinate representation of color #71256E: hue angle of 302.37º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #71256E is Cyan = 0, Magento = 0.67, Yellow = 0.03 and Black (K on CMYK) = 0.56.

Color convert

RGB11337110-
CMYK00.670.030.56
HSL302.37º50.67%29.41%-
HSV(B)302.37º67.26%44.31%-
XYZ10.295.9615.36-
YUV68.05151.68160.06-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 43.46%
GREEN value IS 37 (14.84% from 255) = 14.23%
BLUE value IS 110 (43.36% from 255) = 42.31%
R=43.46%
G=14.23%
B=42.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.03
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1133711000.670.030.56302.3750.6729.41
Hex71256E04333812e331d
Octal1614515601033704566335
Binary11100011001011101110010000111111100010010111011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71256E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,37,110); }

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

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

 a { background-color: rgb(113,37,110); }

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

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

 span { border-color: rgb(113,37,110); }

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