#761262

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

Shades of Palatinate Purple #761262

Tints of Palatinate Purple #761262

Color information

#761262 (or 0x761262) is unknown color: approx Palatinate Purple. HEX triplet: 76, 12 and 62. RGB value is (118,18,98). Sum of RGB (Red+Green+Blue) = 118+18+98=234 (30% of max value = 765). Red value is 118 (46.48% from 255 or 50.43% from 234); Green value is 18 (7.42% from 255 or 7.69% from 234); Blue value is 98 (38.67% from 255 or 41.88% from 234); Max value from RGB is 118 - color contains mainly: red. Hex color #761262 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #761262 is #89ED9D. Grayscale: #383838. Windows color (decimal): -9039262 or 6427254. OLE color: 6427254.

HSL color Cylindrical-coordinate representation of color #761262: hue angle of 312º 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 #761262 is Cyan = 0, Magento = 0.85, Yellow = 0.17 and Black (K on CMYK) = 0.54.

Color convert

RGB1181898-
CMYK00.850.170.54
HSL312º73.53%26.67%-
HSV(B)312º84.75%46.27%-
XYZ9.895.1712.03-
YUV57.02151.13171.5-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 50.43%
GREEN value IS 18 (7.42% from 255) = 7.69%
BLUE value IS 98 (38.67% from 255) = 41.88%
R=50.43%
G=7.69%
B=41.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.17
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118189800.850.170.5431273.5326.67
Hex76126205511361384a1b
Octal166221420125216647011233
Binary11101101001011000100101010110001110110100111000100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #761262; }

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

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

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

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

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

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

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

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