#750F5D

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

Shades of Palatinate Purple #750F5D

Tints of Palatinate Purple #750F5D

Color information

#750F5D (or 0x750F5D) is unknown color: approx Palatinate Purple. HEX triplet: 75, 0F and 5D. RGB value is (117,15,93). Sum of RGB (Red+Green+Blue) = 117+15+93=225 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52% from 225); Green value is 15 (6.25% from 255 or 6.67% from 225); Blue value is 93 (36.72% from 255 or 41.33% from 225); Max value from RGB is 117 - color contains mainly: red. Hex color #750F5D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750F5D is #8AF0A2. Grayscale: #363636. Windows color (decimal): -9105571 or 6098805. OLE color: 6098805.

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

Color convert

RGB1171593-
CMYK00.870.210.54
HSL314.12º77.27%25.88%-
HSV(B)314.12º87.18%45.88%-
XYZ9.484.9110.8-
YUV54.39149.79172.66-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 52%
GREEN value IS 15 (6.25% from 255) = 6.67%
BLUE value IS 93 (36.72% from 255) = 41.33%
R=52%
G=6.67%
B=41.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.21
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117159300.870.210.54314.1277.2725.88
Hex75F5D057153613a4d1a
Octal165171350127256647211532
Binary1110101111110111010101011110101110110100111010100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750F5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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