#71095C

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

Shades of Palatinate Purple #71095C

Tints of Palatinate Purple #71095C

Color information

#71095C (or 0x71095C) is unknown color: approx Palatinate Purple. HEX triplet: 71, 09 and 5C. RGB value is (113,9,92). Sum of RGB (Red+Green+Blue) = 113+9+92=214 (28% of max value = 765). Red value is 113 (44.53% from 255 or 52.80% from 214); Green value is 9 (3.91% from 255 or 4.21% from 214); Blue value is 92 (36.33% from 255 or 42.99% from 214); Max value from RGB is 113 - color contains mainly: red. Hex color #71095C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #71095C is #8EF6A3. Grayscale: #313131. Windows color (decimal): -9369252 or 6031729. OLE color: 6031729.

HSL color Cylindrical-coordinate representation of color #71095C: hue angle of 312.12º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #71095C is Cyan = 0, Magento = 0.92, Yellow = 0.19 and Black (K on CMYK) = 0.56.

Color convert

RGB113992-
CMYK00.920.190.56
HSL312.12º85.25%23.92%-
HSV(B)312.12º92.04%44.31%-
XYZ8.844.4810.52-
YUV49.56151.96173.25-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 52.80%
GREEN value IS 9 (3.91% from 255) = 4.21%
BLUE value IS 92 (36.33% from 255) = 42.99%
R=52.80%
G=4.21%
B=42.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.19
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11399200.920.190.56312.1285.2523.92
Hex7195C05C13381385518
Octal161111340134237047012530
Binary1110001100110111000101110010011111000100111000101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71095C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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