#740868

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

Shades of Purple #740868

Tints of Purple #740868

Color information

#740868 (or 0x740868) is unknown color: approx Purple. HEX triplet: 74, 08 and 68. RGB value is (116,8,104). Sum of RGB (Red+Green+Blue) = 116+8+104=228 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50.88% from 228); Green value is 8 (3.52% from 255 or 3.51% from 228); Blue value is 104 (41.02% from 255 or 45.61% from 228); Max value from RGB is 116 - color contains mainly: red. Hex color #740868 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #740868 is #8BF797. Grayscale: #323232. Windows color (decimal): -9172888 or 6817908. OLE color: 6817908.

HSL color Cylindrical-coordinate representation of color #740868: hue angle of 306.67º 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 #740868 is Cyan = 0, Magento = 0.93, Yellow = 0.10 and Black (K on CMYK) = 0.55.

Color convert

RGB1168104-
CMYK00.930.100.55
HSL306.67º87.1%24.31%-
HSV(B)306.67º93.1%45.49%-
XYZ9.794.8913.52-
YUV51.24157.78174.19-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 50.88%
GREEN value IS 8 (3.52% from 255) = 3.51%
BLUE value IS 104 (41.02% from 255) = 45.61%
R=50.88%
G=3.51%
B=45.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.10
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116810400.930.100.55306.6787.124.31
Hex7486805DA371335718
Octal164101500135126746312730
Binary111010010001101000010111011010110111100110011101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #740868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #740868; }

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

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

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

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

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

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

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

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