#76206F

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

Shades of Dark Purple #76206F

Tints of Dark Purple #76206F

Color information

#76206F (or 0x76206F) is unknown color: approx Dark Purple. HEX triplet: 76, 20 and 6F. RGB value is (118,32,111). Sum of RGB (Red+Green+Blue) = 118+32+111=261 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.21% from 261); Green value is 32 (12.89% from 255 or 12.26% from 261); Blue value is 111 (43.75% from 255 or 42.53% from 261); Max value from RGB is 118 - color contains mainly: red. Hex color #76206F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76206F is #89DF90. Grayscale: #424242. Windows color (decimal): -9035665 or 7282806. OLE color: 7282806.

HSL color Cylindrical-coordinate representation of color #76206F: hue angle of 304.88º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #76206F is Cyan = 0, Magento = 0.73, Yellow = 0.06 and Black (K on CMYK) = 0.54.

Color convert

RGB11832111-
CMYK00.730.060.54
HSL304.88º57.33%29.41%-
HSV(B)304.88º72.88%46.27%-
XYZ10.866.0315.63-
YUV66.72152.99164.58-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 45.21%
GREEN value IS 32 (12.89% from 255) = 12.26%
BLUE value IS 111 (43.75% from 255) = 42.53%
R=45.21%
G=12.26%
B=42.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.06
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1183211100.730.060.54304.8857.3329.41
Hex76206F049636131391d
Octal1664015701116664617135
Binary111011010000011011110100100111011011010011000111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76206F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76206F; }

 p { color: rgb(118,32,111); }

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

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

 a { background-color: rgb(118,32,111); }

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

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

 span { border-color: rgb(118,32,111); }

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