#763060

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

Shades of Palatinate Purple #763060

Tints of Palatinate Purple #763060

Color information

#763060 (or 0x763060) is unknown color: approx Palatinate Purple. HEX triplet: 76, 30 and 60. RGB value is (118,48,96). Sum of RGB (Red+Green+Blue) = 118+48+96=262 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.04% from 262); Green value is 48 (19.14% from 255 or 18.32% from 262); Blue value is 96 (37.89% from 255 or 36.64% from 262); Max value from RGB is 118 - color contains mainly: red. Hex color #763060 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763060 is #89CF9F. Grayscale: #4A4A4A. Windows color (decimal): -9031584 or 6303862. OLE color: 6303862.

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

Color convert

RGB1184896-
CMYK00.590.190.54
HSL318.86º42.17%32.55%-
HSV(B)318.86º59.32%46.27%-
XYZ10.646.8111.82-
YUV74.4140.19159.1-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 45.04%
GREEN value IS 48 (19.14% from 255) = 18.32%
BLUE value IS 96 (37.89% from 255) = 36.64%
R=45.04%
G=18.32%
B=36.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.19
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118489600.590.190.54318.8642.1732.55
Hex76306003B133613f2a21
Octal1666014007323664775241
Binary11101101100001100000011101110011110110100111111101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763060; }

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

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

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

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

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

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

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

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