#750E59

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

Shades of Palatinate Purple #750E59

Tints of Palatinate Purple #750E59

Color information

#750E59 (or 0x750E59) is unknown color: approx Palatinate Purple. HEX triplet: 75, 0E and 59. RGB value is (117,14,89). Sum of RGB (Red+Green+Blue) = 117+14+89=220 (29% of max value = 765). Red value is 117 (46.09% from 255 or 53.18% from 220); Green value is 14 (5.86% from 255 or 6.36% from 220); Blue value is 89 (35.16% from 255 or 40.45% from 220); Max value from RGB is 117 - color contains mainly: red. Hex color #750E59 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750E59 is #8AF1A6. Grayscale: #353535. Windows color (decimal): -9105831 or 5836405. OLE color: 5836405.

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

Color convert

RGB1171489-
CMYK00.880.240.54
HSL316.31º78.63%25.69%-
HSV(B)316.31º88.03%45.88%-
XYZ9.34.829.89-
YUV53.35148.12173.4-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 53.18%
GREEN value IS 14 (5.86% from 255) = 6.36%
BLUE value IS 89 (35.16% from 255) = 40.45%
R=53.18%
G=6.36%
B=40.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.24
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117148900.880.240.54316.3178.6325.69
Hex75E59058183613c4f1a
Octal165161310130306647411732
Binary1110101111010110010101100011000110110100111100100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750E59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #750E59; }

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

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

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

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

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

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

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

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