#71045D

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

Shades of Palatinate Purple #71045D

Tints of Palatinate Purple #71045D

Color information

#71045D (or 0x71045D) is unknown color: approx Palatinate Purple. HEX triplet: 71, 04 and 5D. RGB value is (113,4,93). Sum of RGB (Red+Green+Blue) = 113+4+93=210 (27% of max value = 765). Red value is 113 (44.53% from 255 or 53.81% from 210); Green value is 4 (1.95% from 255 or 1.90% from 210); Blue value is 93 (36.72% from 255 or 44.29% from 210); Max value from RGB is 113 - color contains mainly: red. Hex color #71045D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #71045D is #8EFBA2. Grayscale: #2E2E2E. Windows color (decimal): -9370531 or 6095985. OLE color: 6095985.

HSL color Cylindrical-coordinate representation of color #71045D: hue angle of 311.01º degrees, saturation: 0.93, 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 #71045D is Cyan = 0, Magento = 0.96, Yellow = 0.18 and Black (K on CMYK) = 0.56.

Color convert

RGB113493-
CMYK00.960.180.56
HSL311.01º93.16%22.94%-
HSV(B)311.01º96.46%44.31%-
XYZ8.834.3910.74-
YUV46.74154.11175.26-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 53.81%
GREEN value IS 4 (1.95% from 255) = 1.90%
BLUE value IS 93 (36.72% from 255) = 44.29%
R=53.81%
G=1.90%
B=44.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.18
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11349300.960.180.56311.0193.1622.94
Hex7145D06012381375d17
Octal16141350140227046713527
Binary111000110010111010110000010010111000100110111101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71045D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71045D; }

 p { color: rgb(113,4,93); }

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

<style>
 a { background-color: #71045D; }

 a { background-color: rgb(113,4,93); }

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

<style>
 span { border-color: #71045D; }

 span { border-color: rgb(113,4,93); }

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