#760066

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

Shades of Purple #760066

Tints of Purple #760066

Color information

#760066 (or 0x760066) is unknown color: approx Purple. HEX triplet: 76, 00 and 66. RGB value is (118,0,102). Sum of RGB (Red+Green+Blue) = 118+0+102=220 (29% of max value = 765). Red value is 118 (46.48% from 255 or 53.64% from 220); Green value is 0 (0.39% from 255 or 0% from 220); Blue value is 102 (40.23% from 255 or 46.36% from 220); Max value from RGB is 118 - color contains mainly: red. Hex color #760066 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760066 is #89FF99. Grayscale: #2E2E2E. Windows color (decimal): -9043866 or 6684790. OLE color: 6684790.

HSL color Cylindrical-coordinate representation of color #760066: hue angle of 308.14º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #760066 is Cyan = 0, Magento = 1, Yellow = 0.14 and Black (K on CMYK) = 0.54.

Color convert

RGB1180102-
CMYK010.140.54
HSL308.14º100%23.14%-
HSV(B)308.14º100%46.27%-
XYZ9.874.8112.98-
YUV46.91159.09178.71-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 53.64%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 102 (40.23% from 255) = 46.36%
R=53.64%
G=0%
B=46.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.14
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1180102010.140.54308.1410023.14
Hex76066064E361346417
Octal16601460144166646414427
Binary111011001100110011001001110110110100110100110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #760066; }

 p { color: rgb(118,0,102); }

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

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

 a { background-color: rgb(118,0,102); }

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

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

 span { border-color: rgb(118,0,102); }

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