#760169

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

Shades of Purple #760169

Tints of Purple #760169

Color information

#760169 (or 0x760169) is unknown color: approx Purple. HEX triplet: 76, 01 and 69. RGB value is (118,1,105). Sum of RGB (Red+Green+Blue) = 118+1+105=224 (29% of max value = 765). Red value is 118 (46.48% from 255 or 52.68% from 224); Green value is 1 (0.78% from 255 or 0.45% from 224); Blue value is 105 (41.41% from 255 or 46.88% from 224); Max value from RGB is 118 - color contains mainly: red. Hex color #760169 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760169 is #89FE96. Grayscale: #2F2F2F. Windows color (decimal): -9043607 or 6881654. OLE color: 6881654.

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

Color convert

RGB1181105-
CMYK00.990.110.54
HSL306.67º98.32%23.33%-
HSV(B)306.67º99.15%46.27%-
XYZ10.034.8913.78-
YUV47.84160.26178.04-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 52.68%
GREEN value IS 1 (0.78% from 255) = 0.45%
BLUE value IS 105 (41.41% from 255) = 46.88%
R=52.68%
G=0.45%
B=46.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.11
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118110500.990.110.54306.6798.3223.33
Hex76169063B361336217
Octal16611510143136646314227
Binary111011011101001011000111011110110100110011110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #760169; }

 p { color: rgb(118,1,105); }

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

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

 a { background-color: rgb(118,1,105); }

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

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

 span { border-color: rgb(118,1,105); }

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