#760C69

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

Shades of Dark Purple #760C69

Tints of Dark Purple #760C69

Color information

#760C69 (or 0x760C69) is unknown color: approx Dark Purple. HEX triplet: 76, 0C and 69. RGB value is (118,12,105). Sum of RGB (Red+Green+Blue) = 118+12+105=235 (31% of max value = 765). Red value is 118 (46.48% from 255 or 50.21% from 235); Green value is 12 (5.08% from 255 or 5.11% from 235); Blue value is 105 (41.41% from 255 or 44.68% from 235); Max value from RGB is 118 - color contains mainly: red. Hex color #760C69 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760C69 is #89F396. Grayscale: #363636. Windows color (decimal): -9040791 or 6884470. OLE color: 6884470.

HSL color Cylindrical-coordinate representation of color #760C69: hue angle of 307.36º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #760C69 is Cyan = 0, Magento = 0.90, Yellow = 0.11 and Black (K on CMYK) = 0.54.

Color convert

RGB11812105-
CMYK00.900.110.54
HSL307.36º81.54%25.49%-
HSV(B)307.36º89.83%46.27%-
XYZ10.155.1313.82-
YUV54.3156.62173.44-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 50.21%
GREEN value IS 12 (5.08% from 255) = 5.11%
BLUE value IS 105 (41.41% from 255) = 44.68%
R=50.21%
G=5.11%
B=44.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.11
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181210500.900.110.54307.3681.5425.49
Hex76C6905AB361335219
Octal166141510132136646312231
Binary111011011001101001010110101011110110100110011101001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760C69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,12,105); }

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

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

 a { background-color: rgb(118,12,105); }

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

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

 span { border-color: rgb(118,12,105); }

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