#740066

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

Shades of Purple #740066

Tints of Purple #740066

Color information

#740066 (or 0x740066) is unknown color: approx Purple. HEX triplet: 74, 00 and 66. RGB value is (116,0,102). Sum of RGB (Red+Green+Blue) = 116+0+102=218 (28% of max value = 765). Red value is 116 (45.70% from 255 or 53.21% from 218); Green value is 0 (0.39% from 255 or 0% from 218); Blue value is 102 (40.23% from 255 or 46.79% from 218); Max value from RGB is 116 - color contains mainly: red. Hex color #740066 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #740066 is #8BFF99. Grayscale: #2E2E2E. Windows color (decimal): -9174938 or 6684788. OLE color: 6684788.

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

Color convert

RGB1160102-
CMYK010.120.55
HSL307.24º100%22.75%-
HSV(B)307.24º100%45.49%-
XYZ9.64.6712.97-
YUV46.31159.43177.71-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 53.21%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 102 (40.23% from 255) = 46.79%
R=53.21%
G=0%
B=46.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.12
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1160102010.120.55307.2410022.75
Hex74066064C371336417
Octal16401460144146746314427
Binary111010001100110011001001100110111100110011110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #740066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #740066; }

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

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

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

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

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

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

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

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