#761D63

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

Shades of Palatinate Purple #761D63

Tints of Palatinate Purple #761D63

Color information

#761D63 (or 0x761D63) is unknown color: approx Palatinate Purple. HEX triplet: 76, 1D and 63. RGB value is (118,29,99). Sum of RGB (Red+Green+Blue) = 118+29+99=246 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.97% from 246); Green value is 29 (11.72% from 255 or 11.79% from 246); Blue value is 99 (39.06% from 255 or 40.24% from 246); Max value from RGB is 118 - color contains mainly: red. Hex color #761D63 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #761D63 is #89E29C. Grayscale: #3F3F3F. Windows color (decimal): -9036445 or 6495606. OLE color: 6495606.

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

Color convert

RGB1182999-
CMYK00.750.160.54
HSL312.81º60.54%28.82%-
HSV(B)312.81º75.42%46.27%-
XYZ10.165.6312.36-
YUV63.59147.99166.81-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 47.97%
GREEN value IS 29 (11.72% from 255) = 11.79%
BLUE value IS 99 (39.06% from 255) = 40.24%
R=47.97%
G=11.79%
B=40.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.16
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118299900.750.160.54312.8160.5428.82
Hex761D6304B10361393d1d
Octal16635143011320664717535
Binary1110110111011100011010010111000011011010011100111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761D63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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