#750A5D

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

Shades of Palatinate Purple #750A5D

Tints of Palatinate Purple #750A5D

Color information

#750A5D (or 0x750A5D) is unknown color: approx Palatinate Purple. HEX triplet: 75, 0A and 5D. RGB value is (117,10,93). Sum of RGB (Red+Green+Blue) = 117+10+93=220 (29% of max value = 765). Red value is 117 (46.09% from 255 or 53.18% from 220); Green value is 10 (4.30% from 255 or 4.55% from 220); Blue value is 93 (36.72% from 255 or 42.27% from 220); Max value from RGB is 117 - color contains mainly: red. Hex color #750A5D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750A5D is #8AF5A2. Grayscale: #333333. Windows color (decimal): -9106851 or 6097525. OLE color: 6097525.

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

Color convert

RGB1171093-
CMYK00.910.210.54
HSL313.46º84.25%24.9%-
HSV(B)313.46º91.45%45.88%-
XYZ9.424.7910.78-
YUV51.46151.45174.75-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 53.18%
GREEN value IS 10 (4.30% from 255) = 4.55%
BLUE value IS 93 (36.72% from 255) = 42.27%
R=53.18%
G=4.55%
B=42.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.21
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117109300.910.210.54313.4684.2524.9
Hex75A5D05B15361395419
Octal165121350133256647112431
Binary1110101101010111010101101110101110110100111001101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750A5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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