#761C63

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

Shades of Palatinate Purple #761C63

Tints of Palatinate Purple #761C63

Color information

#761C63 (or 0x761C63) is unknown color: approx Palatinate Purple. HEX triplet: 76, 1C and 63. RGB value is (118,28,99). Sum of RGB (Red+Green+Blue) = 118+28+99=245 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.16% from 245); Green value is 28 (11.33% from 255 or 11.43% from 245); Blue value is 99 (39.06% from 255 or 40.41% from 245); Max value from RGB is 118 - color contains mainly: red. Hex color #761C63 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #761C63 is #89E39C. Grayscale: #3E3E3E. Windows color (decimal): -9036701 or 6495350. OLE color: 6495350.

HSL color Cylindrical-coordinate representation of color #761C63: hue angle of 312.67º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #761C63 is Cyan = 0, Magento = 0.76, Yellow = 0.16 and Black (K on CMYK) = 0.54.

Color convert

RGB1182899-
CMYK00.760.160.54
HSL312.67º61.64%28.63%-
HSV(B)312.67º76.27%46.27%-
XYZ10.145.5812.35-
YUV63148.32167.23-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 48.16%
GREEN value IS 28 (11.33% from 255) = 11.43%
BLUE value IS 99 (39.06% from 255) = 40.41%
R=48.16%
G=11.43%
B=40.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.16
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118289900.760.160.54312.6761.6428.63
Hex761C6304C10361393e1d
Octal16634143011420664717635
Binary1110110111001100011010011001000011011010011100111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761C63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #761C63; }

 p { color: rgb(118,28,99); }

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

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

 a { background-color: rgb(118,28,99); }

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

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

 span { border-color: rgb(118,28,99); }

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