#760E61

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

Shades of Palatinate Purple #760E61

Tints of Palatinate Purple #760E61

Color information

#760E61 (or 0x760E61) is unknown color: approx Palatinate Purple. HEX triplet: 76, 0E and 61. RGB value is (118,14,97). Sum of RGB (Red+Green+Blue) = 118+14+97=229 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.53% from 229); Green value is 14 (5.86% from 255 or 6.11% from 229); Blue value is 97 (38.28% from 255 or 42.36% from 229); Max value from RGB is 118 - color contains mainly: red. Hex color #760E61 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760E61 is #89F19E. Grayscale: #363636. Windows color (decimal): -9040287 or 6360694. OLE color: 6360694.

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

Color convert

RGB1181497-
CMYK00.880.180.54
HSL312.12º78.79%25.88%-
HSV(B)312.12º88.14%46.27%-
XYZ9.795.0311.76-
YUV54.56151.96173.25-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 51.53%
GREEN value IS 14 (5.86% from 255) = 6.11%
BLUE value IS 97 (38.28% from 255) = 42.36%
R=51.53%
G=6.11%
B=42.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.18
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118149700.880.180.54312.1278.7925.88
Hex76E6105812361384f1a
Octal166161410130226647011732
Binary1110110111011000010101100010010110110100111000100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760E61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #760E61; }

 p { color: rgb(118,14,97); }

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

<style>
 a { background-color: #760E61; }

 a { background-color: rgb(118,14,97); }

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

<style>
 span { border-color: #760E61; }

 span { border-color: rgb(118,14,97); }

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