#740a8c

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

Shades of Purple #740A8C

Tints of Purple #740A8C

Color information

#740A8C (or 0x740A8C) is unknown color: approx Purple. HEX triplet: 74, 0A and 8C. RGB value is (116,10,140). Sum of RGB (Red+Green+Blue) = 116+10+140=266 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.61% from 266); Green value is 10 (4.30% from 255 or 3.76% from 266); Blue value is 140 (55.08% from 255 or 52.63% from 266); Max value from RGB is 140 - color contains mainly: blue. Hex color #740A8C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #740A8C is #8BF573. Grayscale: #383838. Windows color (decimal): -9172340 or 9177716. OLE color: 9177716.

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

Color convert

RGB11610140-
CMYK0.170.9300.45
HSL288.92º86.67%29.41%-
HSV(B)288.92º92.86%54.9%-
XYZ12.045.8225.3-
YUV56.51175.12170.43-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 43.61%
GREEN value IS 10 (4.30% from 255) = 3.76%
BLUE value IS 140 (55.08% from 255) = 52.63%
R=43.61%
G=3.76%
B=52.63%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal116101400.170.9300.45288.9286.6729.41
Hex74A8C115D02D121571d
Octal164122142113505544112735
Binary11101001010100011001000110111010101101100100001101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #740a8c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #740a8c; }

 p { color: rgb(116,10,140); }

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

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

 a { background-color: rgb(116,10,140); }

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

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

 span { border-color: rgb(116,10,140); }

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