#761368

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

Shades of Dark Purple #761368

Tints of Dark Purple #761368

Color information

#761368 (or 0x761368) is unknown color: approx Dark Purple. HEX triplet: 76, 13 and 68. RGB value is (118,19,104). Sum of RGB (Red+Green+Blue) = 118+19+104=241 (31% of max value = 765). Red value is 118 (46.48% from 255 or 48.96% from 241); Green value is 19 (7.81% from 255 or 7.88% from 241); Blue value is 104 (41.02% from 255 or 43.15% from 241); Max value from RGB is 118 - color contains mainly: red. Hex color #761368 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #761368 is #89EC97. Grayscale: #3A3A3A. Windows color (decimal): -9039000 or 6820726. OLE color: 6820726.

HSL color Cylindrical-coordinate representation of color #761368: hue angle of 308.48º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #761368 is Cyan = 0, Magento = 0.84, Yellow = 0.12 and Black (K on CMYK) = 0.54.

Color convert

RGB11819104-
CMYK00.840.120.54
HSL308.48º72.26%26.86%-
HSV(B)308.48º83.9%46.27%-
XYZ10.25.3213.59-
YUV58.29153.8170.59-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 48.96%
GREEN value IS 19 (7.81% from 255) = 7.88%
BLUE value IS 104 (41.02% from 255) = 43.15%
R=48.96%
G=7.88%
B=43.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.12
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181910400.840.120.54308.4872.2626.86
Hex761368054C36134481b
Octal166231500124146646411033
Binary1110110100111101000010101001100110110100110100100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #761368; }

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

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

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

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

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

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

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

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