#71055E

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

Shades of Palatinate Purple #71055E

Tints of Palatinate Purple #71055E

Color information

#71055E (or 0x71055E) is unknown color: approx Palatinate Purple. HEX triplet: 71, 05 and 5E. RGB value is (113,5,94). Sum of RGB (Red+Green+Blue) = 113+5+94=212 (28% of max value = 765). Red value is 113 (44.53% from 255 or 53.30% from 212); Green value is 5 (2.34% from 255 or 2.36% from 212); Blue value is 94 (37.11% from 255 or 44.34% from 212); Max value from RGB is 113 - color contains mainly: red. Hex color #71055E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #71055E is #8EFAA1. Grayscale: #2F2F2F. Windows color (decimal): -9370274 or 6161777. OLE color: 6161777.

HSL color Cylindrical-coordinate representation of color #71055E: hue angle of 310.56º degrees, saturation: 0.92, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #71055E is Cyan = 0, Magento = 0.96, Yellow = 0.17 and Black (K on CMYK) = 0.56.

Color convert

RGB113594-
CMYK00.960.170.56
HSL310.56º91.53%23.14%-
HSV(B)310.56º95.58%44.31%-
XYZ8.884.4310.98-
YUV47.44154.28174.76-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 53.30%
GREEN value IS 5 (2.34% from 255) = 2.36%
BLUE value IS 94 (37.11% from 255) = 44.34%
R=53.30%
G=2.36%
B=44.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.17
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11359400.960.170.56310.5691.5323.14
Hex7155E06011381375c17
Octal16151360140217046713427
Binary111000110110111100110000010001111000100110111101110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71055E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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