#76066B

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

Shades of Purple #76066B

Tints of Purple #76066B

Color information

#76066B (or 0x76066B) is unknown color: approx Purple. HEX triplet: 76, 06 and 6B. RGB value is (118,6,107). Sum of RGB (Red+Green+Blue) = 118+6+107=231 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.08% from 231); Green value is 6 (2.73% from 255 or 2.60% from 231); Blue value is 107 (42.19% from 255 or 46.32% from 231); Max value from RGB is 118 - color contains mainly: red. Hex color #76066B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76066B is #89F994. Grayscale: #323232. Windows color (decimal): -9042325 or 7014006. OLE color: 7014006.

HSL color Cylindrical-coordinate representation of color #76066B: hue angle of 305.89º 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 #76066B is Cyan = 0, Magento = 0.95, Yellow = 0.09 and Black (K on CMYK) = 0.54.

Color convert

RGB1186107-
CMYK00.950.090.54
HSL305.89º90.32%24.31%-
HSV(B)305.89º94.92%46.27%-
XYZ10.195.0414.35-
YUV51159.61175.79-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 51.08%
GREEN value IS 6 (2.73% from 255) = 2.60%
BLUE value IS 107 (42.19% from 255) = 46.32%
R=51.08%
G=2.60%
B=46.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.09
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118610700.950.090.54305.8990.3224.31
Hex7666B05F9361325a18
Octal16661530137116646213230
Binary11101101101101011010111111001110110100110010101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76066B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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