#71165F

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

Shades of Palatinate Purple #71165F

Tints of Palatinate Purple #71165F

Color information

#71165F (or 0x71165F) is unknown color: approx Palatinate Purple. HEX triplet: 71, 16 and 5F. RGB value is (113,22,95). Sum of RGB (Red+Green+Blue) = 113+22+95=230 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.13% from 230); Green value is 22 (8.98% from 255 or 9.57% from 230); Blue value is 95 (37.5% from 255 or 41.30% from 230); Max value from RGB is 113 - color contains mainly: red. Hex color #71165F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #71165F is #8EE9A0. Grayscale: #393939. Windows color (decimal): -9365921 or 6231665. OLE color: 6231665.

HSL color Cylindrical-coordinate representation of color #71165F: hue angle of 311.87º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #71165F is Cyan = 0, Magento = 0.81, Yellow = 0.16 and Black (K on CMYK) = 0.56.

Color convert

RGB1132295-
CMYK00.810.160.56
HSL311.87º67.41%26.47%-
HSV(B)311.87º80.53%44.31%-
XYZ9.164.9111.29-
YUV57.53149.15167.56-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 49.13%
GREEN value IS 22 (8.98% from 255) = 9.57%
BLUE value IS 95 (37.5% from 255) = 41.30%
R=49.13%
G=9.57%
B=41.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.16
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113229500.810.160.56311.8767.4126.47
Hex71165F0511038138431a
Octal161261370121207047010332
Binary11100011011010111110101000110000111000100111000100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71165F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71165F; }

 p { color: rgb(113,22,95); }

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

<style>
 a { background-color: #71165F; }

 a { background-color: rgb(113,22,95); }

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

<style>
 span { border-color: #71165F; }

 span { border-color: rgb(113,22,95); }

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