#760662

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

Shades of Purple #760662

Tints of Purple #760662

Color information

#760662 (or 0x760662) is unknown color: approx Purple. HEX triplet: 76, 06 and 62. RGB value is (118,6,98). Sum of RGB (Red+Green+Blue) = 118+6+98=222 (29% of max value = 765). Red value is 118 (46.48% from 255 or 53.15% from 222); Green value is 6 (2.73% from 255 or 2.70% from 222); Blue value is 98 (38.67% from 255 or 44.14% from 222); Max value from RGB is 118 - color contains mainly: red. Hex color #760662 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760662 is #89F99D. Grayscale: #313131. Windows color (decimal): -9042334 or 6424182. OLE color: 6424182.

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

Color convert

RGB118698-
CMYK00.950.170.54
HSL310.71º90.32%24.31%-
HSV(B)310.71º94.92%46.27%-
XYZ9.744.8611.98-
YUV49.98155.11176.52-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 53.15%
GREEN value IS 6 (2.73% from 255) = 2.70%
BLUE value IS 98 (38.67% from 255) = 44.14%
R=53.15%
G=2.70%
B=44.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.17
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11869800.950.170.54310.7190.3224.31
Hex7666205F11361375a18
Octal16661420137216646713230
Binary111011011011000100101111110001110110100110111101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #760662; }

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

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

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

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

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

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

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

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