#761268

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

Shades of Dark Purple #761268

Tints of Dark Purple #761268

Color information

#761268 (or 0x761268) is unknown color: approx Dark Purple. HEX triplet: 76, 12 and 68. RGB value is (118,18,104). Sum of RGB (Red+Green+Blue) = 118+18+104=240 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.17% from 240); Green value is 18 (7.42% from 255 or 7.5% from 240); Blue value is 104 (41.02% from 255 or 43.33% from 240); Max value from RGB is 118 - color contains mainly: red. Hex color #761268 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #761268 is #89ED97. Grayscale: #393939. Windows color (decimal): -9039256 or 6820470. OLE color: 6820470.

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

Color convert

RGB11818104-
CMYK00.850.120.54
HSL308.4º73.53%26.67%-
HSV(B)308.4º84.75%46.27%-
XYZ10.195.2813.58-
YUV57.7154.13171.01-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 49.17%
GREEN value IS 18 (7.42% from 255) = 7.5%
BLUE value IS 104 (41.02% from 255) = 43.33%
R=49.17%
G=7.5%
B=43.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.12
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181810400.850.120.54308.473.5326.67
Hex761268055C361344a1b
Octal166221500125146646411233
Binary1110110100101101000010101011100110110100110100100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #761268; }

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

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

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

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

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

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

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

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