#76066C

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

Shades of Purple #76066C

Tints of Purple #76066C

Color information

#76066C (or 0x76066C) is unknown color: approx Purple. HEX triplet: 76, 06 and 6C. RGB value is (118,6,108). Sum of RGB (Red+Green+Blue) = 118+6+108=232 (30% of max value = 765). Red value is 118 (46.48% from 255 or 50.86% from 232); Green value is 6 (2.73% from 255 or 2.59% from 232); Blue value is 108 (42.58% from 255 or 46.55% from 232); Max value from RGB is 118 - color contains mainly: red. Hex color #76066C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76066C is #89F993. Grayscale: #323232. Windows color (decimal): -9042324 or 7079542. OLE color: 7079542.

HSL color Cylindrical-coordinate representation of color #76066C: hue angle of 305.36º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #76066C is Cyan = 0, Magento = 0.95, Yellow = 0.08 and Black (K on CMYK) = 0.54.

Color convert

RGB1186108-
CMYK00.950.080.54
HSL305.36º90.32%24.31%-
HSV(B)305.36º94.92%46.27%-
XYZ10.245.0614.63-
YUV51.12160.11175.71-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 50.86%
GREEN value IS 6 (2.73% from 255) = 2.59%
BLUE value IS 108 (42.58% from 255) = 46.55%
R=50.86%
G=2.59%
B=46.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.08
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118610800.950.080.54305.3690.3224.31
Hex7666C05F8361315a18
Octal16661540137106646113230
Binary11101101101101100010111111000110110100110001101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76066C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76066C; }

 p { color: rgb(118,6,108); }

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

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

 a { background-color: rgb(118,6,108); }

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

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

 span { border-color: rgb(118,6,108); }

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