#760266

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

Shades of Purple #760266

Tints of Purple #760266

Color information

#760266 (or 0x760266) is unknown color: approx Purple. HEX triplet: 76, 02 and 66. RGB value is (118,2,102). Sum of RGB (Red+Green+Blue) = 118+2+102=222 (29% of max value = 765). Red value is 118 (46.48% from 255 or 53.15% from 222); Green value is 2 (1.17% from 255 or 0.90% from 222); Blue value is 102 (40.23% from 255 or 45.95% from 222); Max value from RGB is 118 - color contains mainly: red. Hex color #760266 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760266 is #89FD99. Grayscale: #2F2F2F. Windows color (decimal): -9043354 or 6685302. OLE color: 6685302.

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

Color convert

RGB1182102-
CMYK00.980.140.54
HSL308.28º96.67%23.53%-
HSV(B)308.28º98.31%46.27%-
XYZ9.894.8512.99-
YUV48.08158.43177.87-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 53.15%
GREEN value IS 2 (1.17% from 255) = 0.90%
BLUE value IS 102 (40.23% from 255) = 45.95%
R=53.15%
G=0.90%
B=45.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.14
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118210200.980.140.54308.2896.6723.53
Hex76266062E361346118
Octal16621460142166646414130
Binary1110110101100110011000101110110110100110100110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #760266; }

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

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

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

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

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

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

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

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