#750A5A

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

Shades of Palatinate Purple #750A5A

Tints of Palatinate Purple #750A5A

Color information

#750A5A (or 0x750A5A) is unknown color: approx Palatinate Purple. HEX triplet: 75, 0A and 5A. RGB value is (117,10,90). Sum of RGB (Red+Green+Blue) = 117+10+90=217 (28% of max value = 765). Red value is 117 (46.09% from 255 or 53.92% from 217); Green value is 10 (4.30% from 255 or 4.61% from 217); Blue value is 90 (35.55% from 255 or 41.47% from 217); Max value from RGB is 117 - color contains mainly: red. Hex color #750A5A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750A5A is #8AF5A5. Grayscale: #323232. Windows color (decimal): -9106854 or 5900917. OLE color: 5900917.

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

Color convert

RGB1171090-
CMYK00.910.230.54
HSL315.14º84.25%24.9%-
HSV(B)315.14º91.45%45.88%-
XYZ9.294.7410.1-
YUV51.11149.95175-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 53.92%
GREEN value IS 10 (4.30% from 255) = 4.61%
BLUE value IS 90 (35.55% from 255) = 41.47%
R=53.92%
G=4.61%
B=41.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.23
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117109000.910.230.54315.1484.2524.9
Hex75A5A05B173613b5419
Octal165121320133276647312431
Binary1110101101010110100101101110111110110100111011101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750A5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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