#740D6D

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

Shades of Purple #740D6D

Tints of Purple #740D6D

Color information

#740D6D (or 0x740D6D) is unknown color: approx Purple. HEX triplet: 74, 0D and 6D. RGB value is (116,13,109). Sum of RGB (Red+Green+Blue) = 116+13+109=238 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.74% from 238); Green value is 13 (5.47% from 255 or 5.46% from 238); Blue value is 109 (42.97% from 255 or 45.80% from 238); Max value from RGB is 116 - color contains mainly: red. Hex color #740D6D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #740D6D is #8BF292. Grayscale: #363636. Windows color (decimal): -9171603 or 7146868. OLE color: 7146868.

HSL color Cylindrical-coordinate representation of color #740D6D: hue angle of 304.08º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #740D6D is Cyan = 0, Magento = 0.89, Yellow = 0.06 and Black (K on CMYK) = 0.55.

Color convert

RGB11613109-
CMYK00.890.060.55
HSL304.08º79.84%25.29%-
HSV(B)304.08º88.79%45.49%-
XYZ10.115.114.92-
YUV54.74158.62171.69-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 48.74%
GREEN value IS 13 (5.47% from 255) = 5.46%
BLUE value IS 109 (42.97% from 255) = 45.80%
R=48.74%
G=5.46%
B=45.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.06
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161310900.890.060.55304.0879.8425.29
Hex74D6D0596371305019
Octal16415155013166746012031
Binary11101001101110110101011001110110111100110000101000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #740D6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,13,109); }

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

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

 a { background-color: rgb(116,13,109); }

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

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

 span { border-color: rgb(116,13,109); }

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