#760D66

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

Shades of Dark Purple #760D66

Tints of Dark Purple #760D66

Color information

#760D66 (or 0x760D66) is unknown color: approx Dark Purple. HEX triplet: 76, 0D and 66. RGB value is (118,13,102). Sum of RGB (Red+Green+Blue) = 118+13+102=233 (30% of max value = 765). Red value is 118 (46.48% from 255 or 50.64% from 233); Green value is 13 (5.47% from 255 or 5.58% from 233); Blue value is 102 (40.23% from 255 or 43.78% from 233); Max value from RGB is 118 - color contains mainly: red. Hex color #760D66 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760D66 is #89F299. Grayscale: #363636. Windows color (decimal): -9040538 or 6688118. OLE color: 6688118.

HSL color Cylindrical-coordinate representation of color #760D66: hue angle of 309.14º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #760D66 is Cyan = 0, Magento = 0.89, Yellow = 0.14 and Black (K on CMYK) = 0.54.

Color convert

RGB11813102-
CMYK00.890.140.54
HSL309.14º80.15%25.69%-
HSV(B)309.14º88.98%46.27%-
XYZ10.015.113.03-
YUV54.54154.79173.26-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 50.64%
GREEN value IS 13 (5.47% from 255) = 5.58%
BLUE value IS 102 (40.23% from 255) = 43.78%
R=50.64%
G=5.58%
B=43.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.14
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181310200.890.140.54309.1480.1525.69
Hex76D66059E36135501a
Octal166151460131166646512032
Binary111011011011100110010110011110110110100110101101000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760D66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #760D66; }

 p { color: rgb(118,13,102); }

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

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

 a { background-color: rgb(118,13,102); }

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

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

 span { border-color: rgb(118,13,102); }

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