#740695

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

Shades of Purple #740695

Tints of Purple #740695

Color information

#740695 (or 0x740695) is unknown color: approx Purple. HEX triplet: 74, 06 and 95. RGB value is (116,6,149). Sum of RGB (Red+Green+Blue) = 116+6+149=271 (35% of max value = 765). Red value is 116 (45.70% from 255 or 42.80% from 271); Green value is 6 (2.73% from 255 or 2.21% from 271); Blue value is 149 (58.59% from 255 or 54.98% from 271); Max value from RGB is 149 - color contains mainly: blue. Hex color #740695 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #740695 is #8BF96A. Grayscale: #363636. Windows color (decimal): -9173355 or 9766516. OLE color: 9766516.

HSL color Cylindrical-coordinate representation of color #740695: hue angle of 286.15º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #740695 is Cyan = 0.22, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB1166149-
CMYK0.220.9600.42
HSL286.15º92.26%30.39%-
HSV(B)286.15º95.97%58.43%-
XYZ12.696.0128.93-
YUV55.19180.94171.37-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 42.80%
GREEN value IS 6 (2.73% from 255) = 2.21%
BLUE value IS 149 (58.59% from 255) = 54.98%
R=42.80%
G=2.21%
B=54.98%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal11661490.220.9600.42286.1592.2630.39
Hex74695166002A11e5c1e
Octal16462252614005243613436
Binary1110100110100101011011011000000101010100011110101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #740695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #740695; }

 p { color: rgb(116,6,149); }

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

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

 a { background-color: rgb(116,6,149); }

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

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

 span { border-color: rgb(116,6,149); }

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