#750F60

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

Shades of Palatinate Purple #750F60

Tints of Palatinate Purple #750F60

Color information

#750F60 (or 0x750F60) is unknown color: approx Palatinate Purple. HEX triplet: 75, 0F and 60. RGB value is (117,15,96). Sum of RGB (Red+Green+Blue) = 117+15+96=228 (30% of max value = 765). Red value is 117 (46.09% from 255 or 51.32% from 228); Green value is 15 (6.25% from 255 or 6.58% from 228); Blue value is 96 (37.89% from 255 or 42.11% from 228); Max value from RGB is 117 - color contains mainly: red. Hex color #750F60 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750F60 is #8AF09F. Grayscale: #363636. Windows color (decimal): -9105568 or 6295413. OLE color: 6295413.

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

Color convert

RGB1171596-
CMYK00.870.180.54
HSL312.35º77.27%25.88%-
HSV(B)312.35º87.18%45.88%-
XYZ9.624.9711.52-
YUV54.73151.29172.41-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 51.32%
GREEN value IS 15 (6.25% from 255) = 6.58%
BLUE value IS 96 (37.89% from 255) = 42.11%
R=51.32%
G=6.58%
B=42.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.18
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117159600.870.180.54312.3577.2725.88
Hex75F6005712361384d1a
Octal165171400127226647011532
Binary1110101111111000000101011110010110110100111000100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750F60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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