#750A5B

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

Shades of Palatinate Purple #750A5B

Tints of Palatinate Purple #750A5B

Color information

#750A5B (or 0x750A5B) is unknown color: approx Palatinate Purple. HEX triplet: 75, 0A and 5B. RGB value is (117,10,91). Sum of RGB (Red+Green+Blue) = 117+10+91=218 (28% of max value = 765). Red value is 117 (46.09% from 255 or 53.67% from 218); Green value is 10 (4.30% from 255 or 4.59% from 218); Blue value is 91 (35.94% from 255 or 41.74% from 218); Max value from RGB is 117 - color contains mainly: red. Hex color #750A5B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750A5B is #8AF5A4. Grayscale: #333333. Windows color (decimal): -9106853 or 5966453. OLE color: 5966453.

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

Color convert

RGB1171091-
CMYK00.910.220.54
HSL314.58º84.25%24.9%-
HSV(B)314.58º91.45%45.88%-
XYZ9.334.7510.32-
YUV51.23150.45174.91-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 53.67%
GREEN value IS 10 (4.30% from 255) = 4.59%
BLUE value IS 91 (35.94% from 255) = 41.74%
R=53.67%
G=4.59%
B=41.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.22
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117109100.910.220.54314.5884.2524.9
Hex75A5B05B163613b5419
Octal165121330133266647312431
Binary1110101101010110110101101110110110110100111011101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750A5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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