#761479

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

Shades of Purple #761479

Tints of Purple #761479

Color information

#761479 (or 0x761479) is unknown color: approx Purple. HEX triplet: 76, 14 and 79. RGB value is (118,20,121). Sum of RGB (Red+Green+Blue) = 118+20+121=259 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.56% from 259); Green value is 20 (8.20% from 255 or 7.72% from 259); Blue value is 121 (47.66% from 255 or 46.72% from 259); Max value from RGB is 121 - color contains mainly: blue. Hex color #761479 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #761479 is #89EB86. Grayscale: #3C3C3C. Windows color (decimal): -9038727 or 7935094. OLE color: 7935094.

HSL color Cylindrical-coordinate representation of color #761479: hue angle of 298.22º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #761479 is Cyan = 0.02, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB11820121-
CMYK0.020.8300.53
HSL298.22º71.63%27.65%-
HSV(B)298.22º83.47%47.45%-
XYZ11.175.7318.61-
YUV60.82161.97168.79-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 45.56%
GREEN value IS 20 (8.20% from 255) = 7.72%
BLUE value IS 121 (47.66% from 255) = 46.72%
R=45.56%
G=7.72%
B=46.72%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal118201210.020.8300.53298.2271.6327.65
Hex76147925303512a481c
Octal16624171212306545211034
Binary11101101010011110011010100110110101100101010100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #761479; }

 p { color: rgb(118,20,121); }

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

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

 a { background-color: rgb(118,20,121); }

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

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

 span { border-color: rgb(118,20,121); }

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