#761A78

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

Shades of Dark Purple #761A78

Tints of Dark Purple #761A78

Color information

#761A78 (or 0x761A78) is unknown color: approx Dark Purple. HEX triplet: 76, 1A and 78. RGB value is (118,26,120). Sum of RGB (Red+Green+Blue) = 118+26+120=264 (34% of max value = 765). Red value is 118 (46.48% from 255 or 44.70% from 264); Green value is 26 (10.55% from 255 or 9.85% from 264); Blue value is 120 (47.27% from 255 or 45.45% from 264); Max value from RGB is 120 - color contains mainly: blue. Hex color #761A78 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #761A78 is #89E587. Grayscale: #3F3F3F. Windows color (decimal): -9037192 or 7871094. OLE color: 7871094.

HSL color Cylindrical-coordinate representation of color #761A78: hue angle of 298.72º degrees, saturation: 0.64, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #761A78 is Cyan = 0.02, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB11826120-
CMYK0.020.7800.53
HSL298.72º64.38%28.63%-
HSV(B)298.72º78.33%47.06%-
XYZ11.235.9518.33-
YUV64.22159.48166.36-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 44.70%
GREEN value IS 26 (10.55% from 255) = 9.85%
BLUE value IS 120 (47.27% from 255) = 45.45%
R=44.70%
G=9.85%
B=45.45%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal118261200.020.7800.53298.7264.3828.63
Hex761A7824E03512b401d
Octal16632170211606545310035
Binary11101101101011110001010011100110101100101011100000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761A78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #761A78; }

 p { color: rgb(118,26,120); }

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

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

 a { background-color: rgb(118,26,120); }

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

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

 span { border-color: rgb(118,26,120); }

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