#750D66

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

Shades of Palatinate Purple #750D66

Tints of Palatinate Purple #750D66

Color information

#750D66 (or 0x750D66) is unknown color: approx Palatinate Purple. HEX triplet: 75, 0D and 66. RGB value is (117,13,102). Sum of RGB (Red+Green+Blue) = 117+13+102=232 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.43% from 232); Green value is 13 (5.47% from 255 or 5.60% from 232); Blue value is 102 (40.23% from 255 or 43.97% from 232); Max value from RGB is 117 - color contains mainly: red. Hex color #750D66 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750D66 is #8AF299. Grayscale: #353535. Windows color (decimal): -9106074 or 6688117. OLE color: 6688117.

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

Color convert

RGB11713102-
CMYK00.890.130.54
HSL308.65º80%25.49%-
HSV(B)308.65º88.89%45.88%-
XYZ9.885.0313.02-
YUV54.24154.96172.76-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 50.43%
GREEN value IS 13 (5.47% from 255) = 5.60%
BLUE value IS 102 (40.23% from 255) = 43.97%
R=50.43%
G=5.60%
B=43.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.13
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171310200.890.130.54308.658025.49
Hex75D66059D361355019
Octal165151460131156646512031
Binary111010111011100110010110011101110110100110101101000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750D66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,13,102); }

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

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

 a { background-color: rgb(117,13,102); }

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

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

 span { border-color: rgb(117,13,102); }

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