#750B59

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

Shades of Palatinate Purple #750B59

Tints of Palatinate Purple #750B59

Color information

#750B59 (or 0x750B59) is unknown color: approx Palatinate Purple. HEX triplet: 75, 0B and 59. RGB value is (117,11,89). Sum of RGB (Red+Green+Blue) = 117+11+89=217 (28% of max value = 765). Red value is 117 (46.09% from 255 or 53.92% from 217); Green value is 11 (4.69% from 255 or 5.07% from 217); Blue value is 89 (35.16% from 255 or 41.01% from 217); Max value from RGB is 117 - color contains mainly: red. Hex color #750B59 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750B59 is #8AF4A6. Grayscale: #333333. Windows color (decimal): -9106599 or 5835637. OLE color: 5835637.

HSL color Cylindrical-coordinate representation of color #750B59: hue angle of 315.85º degrees, saturation: 0.83, 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 #750B59 is Cyan = 0, Magento = 0.91, Yellow = 0.24 and Black (K on CMYK) = 0.54.

Color convert

RGB1171189-
CMYK00.910.240.54
HSL315.85º82.81%25.1%-
HSV(B)315.85º90.6%45.88%-
XYZ9.264.749.88-
YUV51.59149.12174.66-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 53.92%
GREEN value IS 11 (4.69% from 255) = 5.07%
BLUE value IS 89 (35.16% from 255) = 41.01%
R=53.92%
G=5.07%
B=41.01%

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
Decimal117118900.910.240.54315.8582.8125.1
Hex75B5905B183613c5319
Octal165131310133306647412331
Binary1110101101110110010101101111000110110100111100101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750B59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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