#760279

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

Shades of Purple #760279

Tints of Purple #760279

Color information

#760279 (or 0x760279) is unknown color: approx Purple. HEX triplet: 76, 02 and 79. RGB value is (118,2,121). Sum of RGB (Red+Green+Blue) = 118+2+121=241 (31% of max value = 765). Red value is 118 (46.48% from 255 or 48.96% from 241); Green value is 2 (1.17% from 255 or 0.83% from 241); Blue value is 121 (47.66% from 255 or 50.21% from 241); Max value from RGB is 121 - color contains mainly: blue. Hex color #760279 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760279 is #89FD86. Grayscale: #313131. Windows color (decimal): -9043335 or 7930486. OLE color: 7930486.

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

Color convert

RGB1182121-
CMYK0.020.9800.53
HSL298.49º96.75%24.12%-
HSV(B)298.49º98.35%47.45%-
XYZ10.945.2818.53-
YUV50.25167.93176.32-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 48.96%
GREEN value IS 2 (1.17% from 255) = 0.83%
BLUE value IS 121 (47.66% from 255) = 50.21%
R=48.96%
G=0.83%
B=50.21%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11821210.020.9800.53298.4996.7524.12
Hex7627926203512a6118
Octal1662171214206545214130
Binary11101101011110011011000100110101100101010110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #760279; }

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

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

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

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

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

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

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

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