#761560

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

Shades of Palatinate Purple #761560

Tints of Palatinate Purple #761560

Color information

#761560 (or 0x761560) is unknown color: approx Palatinate Purple. HEX triplet: 76, 15 and 60. RGB value is (118,21,96). Sum of RGB (Red+Green+Blue) = 118+21+96=235 (31% of max value = 765). Red value is 118 (46.48% from 255 or 50.21% from 235); Green value is 21 (8.59% from 255 or 8.94% from 235); Blue value is 96 (37.89% from 255 or 40.85% from 235); Max value from RGB is 118 - color contains mainly: red. Hex color #761560 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #761560 is #89EA9F. Grayscale: #3A3A3A. Windows color (decimal): -9038496 or 6296950. OLE color: 6296950.

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

Color convert

RGB1182196-
CMYK00.820.190.54
HSL313.61º69.78%27.25%-
HSV(B)313.61º82.2%46.27%-
XYZ9.855.2311.56-
YUV58.55149.14170.4-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 50.21%
GREEN value IS 21 (8.59% from 255) = 8.94%
BLUE value IS 96 (37.89% from 255) = 40.85%
R=50.21%
G=8.94%
B=40.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.19
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118219600.820.190.54313.6169.7827.25
Hex761560052133613a461b
Octal166251400122236647210633
Binary11101101010111000000101001010011110110100111010100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #761560; }

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

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

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

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

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

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

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

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