#760461

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

Shades of Purple #760461

Tints of Purple #760461

Color information

#760461 (or 0x760461) is unknown color: approx Purple. HEX triplet: 76, 04 and 61. RGB value is (118,4,97). Sum of RGB (Red+Green+Blue) = 118+4+97=219 (29% of max value = 765). Red value is 118 (46.48% from 255 or 53.88% from 219); Green value is 4 (1.95% from 255 or 1.83% from 219); Blue value is 97 (38.28% from 255 or 44.29% from 219); Max value from RGB is 118 - color contains mainly: red. Hex color #760461 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760461 is #89FB9E. Grayscale: #303030. Windows color (decimal): -9042847 or 6358134. OLE color: 6358134.

HSL color Cylindrical-coordinate representation of color #760461: hue angle of 311.05º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #760461 is Cyan = 0, Magento = 0.97, Yellow = 0.18 and Black (K on CMYK) = 0.54.

Color convert

RGB118497-
CMYK00.970.180.54
HSL311.05º93.44%23.92%-
HSV(B)311.05º96.61%46.27%-
XYZ9.674.811.73-
YUV48.69155.27177.44-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 53.88%
GREEN value IS 4 (1.95% from 255) = 1.83%
BLUE value IS 97 (38.28% from 255) = 44.29%
R=53.88%
G=1.83%
B=44.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.18
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11849700.970.180.54311.0593.4423.92
Hex7646106112361375d18
Octal16641410141226646713530
Binary111011010011000010110000110010110110100110111101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #760461; }

 p { color: rgb(118,4,97); }

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

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

 a { background-color: rgb(118,4,97); }

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

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

 span { border-color: rgb(118,4,97); }

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