#740468

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

Shades of Purple #740468

Tints of Purple #740468

Color information

#740468 (or 0x740468) is unknown color: approx Purple. HEX triplet: 74, 04 and 68. RGB value is (116,4,104). Sum of RGB (Red+Green+Blue) = 116+4+104=224 (29% of max value = 765). Red value is 116 (45.70% from 255 or 51.79% from 224); Green value is 4 (1.95% from 255 or 1.79% from 224); Blue value is 104 (41.02% from 255 or 46.43% from 224); Max value from RGB is 116 - color contains mainly: red. Hex color #740468 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #740468 is #8BFB97. Grayscale: #303030. Windows color (decimal): -9173912 or 6816884. OLE color: 6816884.

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

Color convert

RGB1164104-
CMYK00.970.100.55
HSL306.43º93.33%23.53%-
HSV(B)306.43º96.55%45.49%-
XYZ9.744.813.51-
YUV48.89159.11175.87-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 51.79%
GREEN value IS 4 (1.95% from 255) = 1.79%
BLUE value IS 104 (41.02% from 255) = 46.43%
R=51.79%
G=1.79%
B=46.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.10
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116410400.970.100.55306.4393.3323.53
Hex74468061A371325d18
Octal16441500141126746213530
Binary11101001001101000011000011010110111100110010101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #740468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #740468; }

 p { color: rgb(116,4,104); }

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

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

 a { background-color: rgb(116,4,104); }

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

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

 span { border-color: rgb(116,4,104); }

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