#71165C

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

Shades of Palatinate Purple #71165C

Tints of Palatinate Purple #71165C

Color information

#71165C (or 0x71165C) is unknown color: approx Palatinate Purple. HEX triplet: 71, 16 and 5C. RGB value is (113,22,92). Sum of RGB (Red+Green+Blue) = 113+22+92=227 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.78% from 227); Green value is 22 (8.98% from 255 or 9.69% from 227); Blue value is 92 (36.33% from 255 or 40.53% from 227); Max value from RGB is 113 - color contains mainly: red. Hex color #71165C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #71165C is #8EE9A3. Grayscale: #383838. Windows color (decimal): -9365924 or 6035057. OLE color: 6035057.

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

Color convert

RGB1132292-
CMYK00.810.190.56
HSL313.85º67.41%26.47%-
HSV(B)313.85º80.53%44.31%-
XYZ9.034.8610.59-
YUV57.19147.65167.81-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 49.78%
GREEN value IS 22 (8.98% from 255) = 9.69%
BLUE value IS 92 (36.33% from 255) = 40.53%
R=49.78%
G=9.69%
B=40.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.19
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113229200.810.190.56313.8567.4126.47
Hex71165C051133813a431a
Octal161261340121237047210332
Binary11100011011010111000101000110011111000100111010100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71165C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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