#750B5C

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

Shades of Palatinate Purple #750B5C

Tints of Palatinate Purple #750B5C

Color information

#750B5C (or 0x750B5C) is unknown color: approx Palatinate Purple. HEX triplet: 75, 0B and 5C. RGB value is (117,11,92). Sum of RGB (Red+Green+Blue) = 117+11+92=220 (29% of max value = 765). Red value is 117 (46.09% from 255 or 53.18% from 220); Green value is 11 (4.69% from 255 or 5% from 220); Blue value is 92 (36.33% from 255 or 41.82% from 220); Max value from RGB is 117 - color contains mainly: red. Hex color #750B5C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750B5C is #8AF4A3. Grayscale: #333333. Windows color (decimal): -9106596 or 6032245. OLE color: 6032245.

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

Color convert

RGB1171192-
CMYK00.910.210.54
HSL314.15º82.81%25.1%-
HSV(B)314.15º90.6%45.88%-
XYZ9.394.7910.56-
YUV51.93150.62174.41-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 53.18%
GREEN value IS 11 (4.69% from 255) = 5%
BLUE value IS 92 (36.33% from 255) = 41.82%
R=53.18%
G=5%
B=41.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.21
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117119200.910.210.54314.1582.8125.1
Hex75B5C05B153613a5319
Octal165131340133256647212331
Binary1110101101110111000101101110101110110100111010101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750B5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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