#750E60

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

Shades of Palatinate Purple #750E60

Tints of Palatinate Purple #750E60

Color information

#750E60 (or 0x750E60) is unknown color: approx Palatinate Purple. HEX triplet: 75, 0E and 60. RGB value is (117,14,96). Sum of RGB (Red+Green+Blue) = 117+14+96=227 (30% of max value = 765). Red value is 117 (46.09% from 255 or 51.54% from 227); Green value is 14 (5.86% from 255 or 6.17% from 227); Blue value is 96 (37.89% from 255 or 42.29% from 227); Max value from RGB is 117 - color contains mainly: red. Hex color #750E60 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750E60 is #8AF19F. Grayscale: #353535. Windows color (decimal): -9105824 or 6295157. OLE color: 6295157.

HSL color Cylindrical-coordinate representation of color #750E60: hue angle of 312.23º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #750E60 is Cyan = 0, Magento = 0.88, Yellow = 0.18 and Black (K on CMYK) = 0.54.

Color convert

RGB1171496-
CMYK00.880.180.54
HSL312.23º78.63%25.69%-
HSV(B)312.23º88.03%45.88%-
XYZ9.64.9411.51-
YUV54.14151.62172.83-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 51.54%
GREEN value IS 14 (5.86% from 255) = 6.17%
BLUE value IS 96 (37.89% from 255) = 42.29%
R=51.54%
G=6.17%
B=42.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.18
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117149600.880.180.54312.2378.6325.69
Hex75E6005812361384f1a
Octal165161400130226647011732
Binary1110101111011000000101100010010110110100111000100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750E60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,14,96); }

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

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

 a { background-color: rgb(117,14,96); }

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

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

 span { border-color: rgb(117,14,96); }

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