#761558

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

Shades of Palatinate Purple #761558

Tints of Palatinate Purple #761558

Color information

#761558 (or 0x761558) is unknown color: approx Palatinate Purple. HEX triplet: 76, 15 and 58. RGB value is (118,21,88). Sum of RGB (Red+Green+Blue) = 118+21+88=227 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.98% from 227); Green value is 21 (8.59% from 255 or 9.25% from 227); Blue value is 88 (34.77% from 255 or 38.77% from 227); Max value from RGB is 118 - color contains mainly: red. Hex color #761558 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #761558 is #89EAA7. Grayscale: #393939. Windows color (decimal): -9038504 or 5772662. OLE color: 5772662.

HSL color Cylindrical-coordinate representation of color #761558: hue angle of 318.56º 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 #761558 is Cyan = 0, Magento = 0.82, Yellow = 0.25 and Black (K on CMYK) = 0.54.

Color convert

RGB1182188-
CMYK00.820.250.54
HSL318.56º69.78%27.25%-
HSV(B)318.56º82.2%46.27%-
XYZ9.55.099.71-
YUV57.64145.14171.05-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 51.98%
GREEN value IS 21 (8.59% from 255) = 9.25%
BLUE value IS 88 (34.77% from 255) = 38.77%
R=51.98%
G=9.25%
B=38.77%

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
Decimal118218800.820.250.54318.5669.7827.25
Hex761558052193613f461b
Octal166251300122316647710633
Binary11101101010110110000101001011001110110100111111100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #761558; }

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

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

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

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

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

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

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

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