#76106B

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

Shades of Dark Purple #76106B

Tints of Dark Purple #76106B

Color information

#76106B (or 0x76106B) is unknown color: approx Dark Purple. HEX triplet: 76, 10 and 6B. RGB value is (118,16,107). Sum of RGB (Red+Green+Blue) = 118+16+107=241 (31% of max value = 765). Red value is 118 (46.48% from 255 or 48.96% from 241); Green value is 16 (6.64% from 255 or 6.64% from 241); Blue value is 107 (42.19% from 255 or 44.40% from 241); Max value from RGB is 118 - color contains mainly: red. Hex color #76106B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76106B is #89EF94. Grayscale: #383838. Windows color (decimal): -9039765 or 7016566. OLE color: 7016566.

HSL color Cylindrical-coordinate representation of color #76106B: hue angle of 306.47º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #76106B is Cyan = 0, Magento = 0.86, Yellow = 0.09 and Black (K on CMYK) = 0.54.

Color convert

RGB11816107-
CMYK00.860.090.54
HSL306.47º76.12%26.27%-
HSV(B)306.47º86.44%46.27%-
XYZ10.315.2814.39-
YUV56.87156.29171.6-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 48.96%
GREEN value IS 16 (6.64% from 255) = 6.64%
BLUE value IS 107 (42.19% from 255) = 44.40%
R=48.96%
G=6.64%
B=44.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.09
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181610700.860.090.54306.4776.1226.27
Hex76106B0569361324c1a
Octal166201530126116646211432
Binary1110110100001101011010101101001110110100110010100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76106B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76106B; }

 p { color: rgb(118,16,107); }

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

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

 a { background-color: rgb(118,16,107); }

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

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

 span { border-color: rgb(118,16,107); }

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