#761263

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

Shades of Palatinate Purple #761263

Tints of Palatinate Purple #761263

Color information

#761263 (or 0x761263) is unknown color: approx Palatinate Purple. HEX triplet: 76, 12 and 63. RGB value is (118,18,99). Sum of RGB (Red+Green+Blue) = 118+18+99=235 (31% of max value = 765). Red value is 118 (46.48% from 255 or 50.21% from 235); Green value is 18 (7.42% from 255 or 7.66% from 235); Blue value is 99 (39.06% from 255 or 42.13% from 235); Max value from RGB is 118 - color contains mainly: red. Hex color #761263 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #761263 is #89ED9C. Grayscale: #383838. Windows color (decimal): -9039261 or 6492790. OLE color: 6492790.

HSL color Cylindrical-coordinate representation of color #761263: hue angle of 311.4º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #761263 is Cyan = 0, Magento = 0.85, Yellow = 0.16 and Black (K on CMYK) = 0.54.

Color convert

RGB1181899-
CMYK00.850.160.54
HSL311.4º73.53%26.67%-
HSV(B)311.4º84.75%46.27%-
XYZ9.945.1912.28-
YUV57.13151.63171.41-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 50.21%
GREEN value IS 18 (7.42% from 255) = 7.66%
BLUE value IS 99 (39.06% from 255) = 42.13%
R=50.21%
G=7.66%
B=42.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.16
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118189900.850.160.54311.473.5326.67
Hex76126305510361374a1b
Octal166221430125206646711233
Binary11101101001011000110101010110000110110100110111100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #761263; }

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

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

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

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

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

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

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

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