#761559

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

Shades of Palatinate Purple #761559

Tints of Palatinate Purple #761559

Color information

#761559 (or 0x761559) is unknown color: approx Palatinate Purple. HEX triplet: 76, 15 and 59. RGB value is (118,21,89). Sum of RGB (Red+Green+Blue) = 118+21+89=228 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.75% from 228); Green value is 21 (8.59% from 255 or 9.21% from 228); Blue value is 89 (35.16% from 255 or 39.04% from 228); Max value from RGB is 118 - color contains mainly: red. Hex color #761559 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #761559 is #89EAA6. Grayscale: #393939. Windows color (decimal): -9038503 or 5838198. OLE color: 5838198.

HSL color Cylindrical-coordinate representation of color #761559: hue angle of 317.94º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #761559 is Cyan = 0, Magento = 0.82, Yellow = 0.25 and Black (K on CMYK) = 0.54.

Color convert

RGB1182189-
CMYK00.820.250.54
HSL317.94º69.78%27.25%-
HSV(B)317.94º82.2%46.27%-
XYZ9.545.119.93-
YUV57.76145.64170.97-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 51.75%
GREEN value IS 21 (8.59% from 255) = 9.21%
BLUE value IS 89 (35.16% from 255) = 39.04%
R=51.75%
G=9.21%
B=39.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.25
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118218900.820.250.54317.9469.7827.25
Hex761559052193613e461b
Octal166251310122316647610633
Binary11101101010110110010101001011001110110100111110100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #761559; }

 p { color: rgb(118,21,89); }

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

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

 a { background-color: rgb(118,21,89); }

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

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

 span { border-color: rgb(118,21,89); }

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