#750E5C

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

Shades of Palatinate Purple #750E5C

Tints of Palatinate Purple #750E5C

Color information

#750E5C (or 0x750E5C) is unknown color: approx Palatinate Purple. HEX triplet: 75, 0E and 5C. RGB value is (117,14,92). Sum of RGB (Red+Green+Blue) = 117+14+92=223 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52.47% from 223); Green value is 14 (5.86% from 255 or 6.28% from 223); Blue value is 92 (36.33% from 255 or 41.26% from 223); Max value from RGB is 117 - color contains mainly: red. Hex color #750E5C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750E5C is #8AF1A3. Grayscale: #353535. Windows color (decimal): -9105828 or 6033013. OLE color: 6033013.

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

Color convert

RGB1171492-
CMYK00.880.210.54
HSL314.56º78.63%25.69%-
HSV(B)314.56º88.03%45.88%-
XYZ9.424.8710.57-
YUV53.69149.62173.16-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 52.47%
GREEN value IS 14 (5.86% from 255) = 6.28%
BLUE value IS 92 (36.33% from 255) = 41.26%
R=52.47%
G=6.28%
B=41.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.21
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117149200.880.210.54314.5678.6325.69
Hex75E5C058153613b4f1a
Octal165161340130256647311732
Binary1110101111010111000101100010101110110100111011100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750E5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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