#750E5B

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

Shades of Palatinate Purple #750E5B

Tints of Palatinate Purple #750E5B

Color information

#750E5B (or 0x750E5B) is unknown color: approx Palatinate Purple. HEX triplet: 75, 0E and 5B. RGB value is (117,14,91). Sum of RGB (Red+Green+Blue) = 117+14+91=222 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52.70% from 222); Green value is 14 (5.86% from 255 or 6.31% from 222); Blue value is 91 (35.94% from 255 or 40.99% from 222); Max value from RGB is 117 - color contains mainly: red. Hex color #750E5B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750E5B is #8AF1A4. Grayscale: #353535. Windows color (decimal): -9105829 or 5967477. OLE color: 5967477.

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

Color convert

RGB1171491-
CMYK00.880.220.54
HSL315.15º78.63%25.69%-
HSV(B)315.15º88.03%45.88%-
XYZ9.384.8510.34-
YUV53.58149.12173.24-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 52.70%
GREEN value IS 14 (5.86% from 255) = 6.31%
BLUE value IS 91 (35.94% from 255) = 40.99%
R=52.70%
G=6.31%
B=40.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.22
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117149100.880.220.54315.1578.6325.69
Hex75E5B058163613b4f1a
Octal165161330130266647311732
Binary1110101111010110110101100010110110110100111011100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750E5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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