#750C65

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

Shades of Palatinate Purple #750C65

Tints of Palatinate Purple #750C65

Color information

#750C65 (or 0x750C65) is unknown color: approx Palatinate Purple. HEX triplet: 75, 0C and 65. RGB value is (117,12,101). Sum of RGB (Red+Green+Blue) = 117+12+101=230 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.87% from 230); Green value is 12 (5.08% from 255 or 5.22% from 230); Blue value is 101 (39.84% from 255 or 43.91% from 230); Max value from RGB is 117 - color contains mainly: red. Hex color #750C65 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750C65 is #8AF39A. Grayscale: #353535. Windows color (decimal): -9106331 or 6622325. OLE color: 6622325.

HSL color Cylindrical-coordinate representation of color #750C65: hue angle of 309.14º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #750C65 is Cyan = 0, Magento = 0.90, Yellow = 0.14 and Black (K on CMYK) = 0.54.

Color convert

RGB11712101-
CMYK00.900.140.54
HSL309.14º81.4%25.29%-
HSV(B)309.14º89.74%45.88%-
XYZ9.824.9812.76-
YUV53.54154.79173.26-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 50.87%
GREEN value IS 12 (5.08% from 255) = 5.22%
BLUE value IS 101 (39.84% from 255) = 43.91%
R=50.87%
G=5.22%
B=43.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.14
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171210100.900.140.54309.1481.425.29
Hex75C6505AE361355119
Octal165141450132166646512131
Binary111010111001100101010110101110110110100110101101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750C65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,12,101); }

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

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

 a { background-color: rgb(117,12,101); }

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

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

 span { border-color: rgb(117,12,101); }

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