#750A59

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

Shades of Palatinate Purple #750A59

Tints of Palatinate Purple #750A59

Color information

#750A59 (or 0x750A59) is unknown color: approx Palatinate Purple. HEX triplet: 75, 0A and 59. RGB value is (117,10,89). Sum of RGB (Red+Green+Blue) = 117+10+89=216 (28% of max value = 765). Red value is 117 (46.09% from 255 or 54.17% from 216); Green value is 10 (4.30% from 255 or 4.63% from 216); Blue value is 89 (35.16% from 255 or 41.20% from 216); Max value from RGB is 117 - color contains mainly: red. Hex color #750A59 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750A59 is #8AF5A6. Grayscale: #323232. Windows color (decimal): -9106855 or 5835381. OLE color: 5835381.

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

Color convert

RGB1171089-
CMYK00.910.240.54
HSL315.7º84.25%24.9%-
HSV(B)315.7º91.45%45.88%-
XYZ9.254.729.87-
YUV51149.45175.08-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 54.17%
GREEN value IS 10 (4.30% from 255) = 4.63%
BLUE value IS 89 (35.16% from 255) = 41.20%
R=54.17%
G=4.63%
B=41.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.24
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117108900.910.240.54315.784.2524.9
Hex75A5905B183613c5419
Octal165121310133306647412431
Binary1110101101010110010101101111000110110100111100101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750A59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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