#740866

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

Shades of Purple #740866

Tints of Purple #740866

Color information

#740866 (or 0x740866) is unknown color: approx Purple. HEX triplet: 74, 08 and 66. RGB value is (116,8,102). Sum of RGB (Red+Green+Blue) = 116+8+102=226 (29% of max value = 765). Red value is 116 (45.70% from 255 or 51.33% from 226); Green value is 8 (3.52% from 255 or 3.54% from 226); Blue value is 102 (40.23% from 255 or 45.13% from 226); Max value from RGB is 116 - color contains mainly: red. Hex color #740866 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #740866 is #8BF799. Grayscale: #323232. Windows color (decimal): -9172890 or 6686836. OLE color: 6686836.

HSL color Cylindrical-coordinate representation of color #740866: hue angle of 307.78º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #740866 is Cyan = 0, Magento = 0.93, Yellow = 0.12 and Black (K on CMYK) = 0.55.

Color convert

RGB1168102-
CMYK00.930.120.55
HSL307.78º87.1%24.31%-
HSV(B)307.78º93.1%45.49%-
XYZ9.694.8513-
YUV51.01156.78174.36-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 51.33%
GREEN value IS 8 (3.52% from 255) = 3.54%
BLUE value IS 102 (40.23% from 255) = 45.13%
R=51.33%
G=3.54%
B=45.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.12
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116810200.930.120.55307.7887.124.31
Hex7486605DC371345718
Octal164101460135146746412730
Binary111010010001100110010111011100110111100110100101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #740866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #740866; }

 p { color: rgb(116,8,102); }

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

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

 a { background-color: rgb(116,8,102); }

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

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

 span { border-color: rgb(116,8,102); }

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