#760860

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

Shades of Palatinate Purple #760860

Tints of Palatinate Purple #760860

Color information

#760860 (or 0x760860) is unknown color: approx Palatinate Purple. HEX triplet: 76, 08 and 60. RGB value is (118,8,96). Sum of RGB (Red+Green+Blue) = 118+8+96=222 (29% of max value = 765). Red value is 118 (46.48% from 255 or 53.15% from 222); Green value is 8 (3.52% from 255 or 3.60% from 222); Blue value is 96 (37.89% from 255 or 43.24% from 222); Max value from RGB is 118 - color contains mainly: red. Hex color #760860 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760860 is #89F79F. Grayscale: #323232. Windows color (decimal): -9041824 or 6293622. OLE color: 6293622.

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

Color convert

RGB118896-
CMYK00.930.190.54
HSL312º87.3%24.71%-
HSV(B)312º93.22%46.27%-
XYZ9.674.8711.5-
YUV50.92153.44175.84-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 53.15%
GREEN value IS 8 (3.52% from 255) = 3.60%
BLUE value IS 96 (37.89% from 255) = 43.24%
R=53.15%
G=3.60%
B=43.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.19
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11889600.930.190.5431287.324.71
Hex7686005D13361385719
Octal166101400135236647012731
Binary1110110100011000000101110110011110110100111000101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #760860; }

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

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

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

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

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

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

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

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