#71255A

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

Shades of Palatinate Purple #71255A

Tints of Palatinate Purple #71255A

Color information

#71255A (or 0x71255A) is unknown color: approx Palatinate Purple. HEX triplet: 71, 25 and 5A. RGB value is (113,37,90). Sum of RGB (Red+Green+Blue) = 113+37+90=240 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.08% from 240); Green value is 37 (14.84% from 255 or 15.42% from 240); Blue value is 90 (35.55% from 255 or 37.5% from 240); Max value from RGB is 113 - color contains mainly: red. Hex color #71255A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71255A is #8EDAA5. Grayscale: #414141. Windows color (decimal): -9362086 or 5907825. OLE color: 5907825.

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

Color convert

RGB1133790-
CMYK00.670.200.56
HSL318.16º50.67%29.41%-
HSV(B)318.16º67.26%44.31%-
XYZ9.325.5710.26-
YUV65.77141.68161.69-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 47.08%
GREEN value IS 37 (14.84% from 255) = 15.42%
BLUE value IS 90 (35.55% from 255) = 37.5%
R=47.08%
G=15.42%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.20
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113379000.670.200.56318.1650.6729.41
Hex71255A043143813e331d
Octal16145132010324704766335
Binary11100011001011011010010000111010011100010011111011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71255A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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