#751159

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

Shades of Palatinate Purple #751159

Tints of Palatinate Purple #751159

Color information

#751159 (or 0x751159) is unknown color: approx Palatinate Purple. HEX triplet: 75, 11 and 59. RGB value is (117,17,89). Sum of RGB (Red+Green+Blue) = 117+17+89=223 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52.47% from 223); Green value is 17 (7.03% from 255 or 7.62% from 223); Blue value is 89 (35.16% from 255 or 39.91% from 223); Max value from RGB is 117 - color contains mainly: red. Hex color #751159 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #751159 is #8AEEA6. Grayscale: #363636. Windows color (decimal): -9105063 or 5837173. OLE color: 5837173.

HSL color Cylindrical-coordinate representation of color #751159: hue angle of 316.8º degrees, saturation: 0.75, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #751159 is Cyan = 0, Magento = 0.85, Yellow = 0.24 and Black (K on CMYK) = 0.54.

Color convert

RGB1171789-
CMYK00.850.240.54
HSL316.8º74.63%26.27%-
HSV(B)316.8º85.47%45.88%-
XYZ9.344.99.91-
YUV55.11147.13172.15-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 52.47%
GREEN value IS 17 (7.03% from 255) = 7.62%
BLUE value IS 89 (35.16% from 255) = 39.91%
R=52.47%
G=7.62%
B=39.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.24
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117178900.850.240.54316.874.6326.27
Hex751159055183613d4b1a
Octal165211310125306647511332
Binary11101011000110110010101010111000110110100111101100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #751159; }

 p { color: rgb(117,17,89); }

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

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

 a { background-color: rgb(117,17,89); }

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

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

 span { border-color: rgb(117,17,89); }

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