#71075D

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

Shades of Palatinate Purple #71075D

Tints of Palatinate Purple #71075D

Color information

#71075D (or 0x71075D) is unknown color: approx Palatinate Purple. HEX triplet: 71, 07 and 5D. RGB value is (113,7,93). Sum of RGB (Red+Green+Blue) = 113+7+93=213 (28% of max value = 765). Red value is 113 (44.53% from 255 or 53.05% from 213); Green value is 7 (3.12% from 255 or 3.29% from 213); Blue value is 93 (36.72% from 255 or 43.66% from 213); Max value from RGB is 113 - color contains mainly: red. Hex color #71075D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #71075D is #8EF8A2. Grayscale: #303030. Windows color (decimal): -9369763 or 6096753. OLE color: 6096753.

HSL color Cylindrical-coordinate representation of color #71075D: hue angle of 311.32º degrees, saturation: 0.88, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #71075D is Cyan = 0, Magento = 0.94, Yellow = 0.18 and Black (K on CMYK) = 0.56.

Color convert

RGB113793-
CMYK00.940.180.56
HSL311.32º88.33%23.53%-
HSV(B)311.32º93.81%44.31%-
XYZ8.864.4510.75-
YUV48.5153.12174.01-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 53.05%
GREEN value IS 7 (3.12% from 255) = 3.29%
BLUE value IS 93 (36.72% from 255) = 43.66%
R=53.05%
G=3.29%
B=43.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.18
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11379300.940.180.56311.3288.3323.53
Hex7175D05E12381375818
Octal16171350136227046713030
Binary111000111110111010101111010010111000100110111101100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71075D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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