#71055B

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

Shades of Palatinate Purple #71055B

Tints of Palatinate Purple #71055B

Color information

#71055B (or 0x71055B) is unknown color: approx Palatinate Purple. HEX triplet: 71, 05 and 5B. RGB value is (113,5,91). Sum of RGB (Red+Green+Blue) = 113+5+91=209 (27% of max value = 765). Red value is 113 (44.53% from 255 or 54.07% from 209); Green value is 5 (2.34% from 255 or 2.39% from 209); Blue value is 91 (35.94% from 255 or 43.54% from 209); Max value from RGB is 113 - color contains mainly: red. Hex color #71055B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #71055B is #8EFAA4. Grayscale: #2E2E2E. Windows color (decimal): -9370277 or 5965169. OLE color: 5965169.

HSL color Cylindrical-coordinate representation of color #71055B: hue angle of 312.22º 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 #71055B is Cyan = 0, Magento = 0.96, Yellow = 0.19 and Black (K on CMYK) = 0.56.

Color convert

RGB113591-
CMYK00.960.190.56
HSL312.22º91.53%23.14%-
HSV(B)312.22º95.58%44.31%-
XYZ8.754.3710.28-
YUV47.1152.78175.01-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 54.07%
GREEN value IS 5 (2.34% from 255) = 2.39%
BLUE value IS 91 (35.94% from 255) = 43.54%
R=54.07%
G=2.39%
B=43.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.19
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11359100.960.190.56312.2291.5323.14
Hex7155B06013381385c17
Octal16151330140237047013427
Binary111000110110110110110000010011111000100111000101110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71055B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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