#751759

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

Shades of Palatinate Purple #751759

Tints of Palatinate Purple #751759

Color information

#751759 (or 0x751759) is unknown color: approx Palatinate Purple. HEX triplet: 75, 17 and 59. RGB value is (117,23,89). Sum of RGB (Red+Green+Blue) = 117+23+89=229 (30% of max value = 765). Red value is 117 (46.09% from 255 or 51.09% from 229); Green value is 23 (9.38% from 255 or 10.04% from 229); Blue value is 89 (35.16% from 255 or 38.86% from 229); Max value from RGB is 117 - color contains mainly: red. Hex color #751759 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #751759 is #8AE8A6. Grayscale: #3A3A3A. Windows color (decimal): -9103527 or 5838709. OLE color: 5838709.

HSL color Cylindrical-coordinate representation of color #751759: hue angle of 317.87º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #751759 is Cyan = 0, Magento = 0.80, Yellow = 0.24 and Black (K on CMYK) = 0.54.

Color convert

RGB1172389-
CMYK00.800.240.54
HSL317.87º67.14%27.45%-
HSV(B)317.87º80.34%45.88%-
XYZ9.455.129.94-
YUV58.63145.14169.63-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 51.09%
GREEN value IS 23 (9.38% from 255) = 10.04%
BLUE value IS 89 (35.16% from 255) = 38.86%
R=51.09%
G=10.04%
B=38.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.24
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117238900.800.240.54317.8767.1427.45
Hex751759050183613e431b
Octal165271310120306647610333
Binary11101011011110110010101000011000110110100111110100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751759

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #751759; }

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

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

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

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

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

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

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

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