#740E6B

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

Shades of Purple #740E6B

Tints of Purple #740E6B

Color information

#740E6B (or 0x740E6B) is unknown color: approx Purple. HEX triplet: 74, 0E and 6B. RGB value is (116,14,107). Sum of RGB (Red+Green+Blue) = 116+14+107=237 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.95% from 237); Green value is 14 (5.86% from 255 or 5.91% from 237); Blue value is 107 (42.19% from 255 or 45.15% from 237); Max value from RGB is 116 - color contains mainly: red. Hex color #740E6B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #740E6B is #8BF194. Grayscale: #363636. Windows color (decimal): -9171349 or 7016052. OLE color: 7016052.

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

Color convert

RGB11614107-
CMYK00.880.080.55
HSL305.29º78.46%25.49%-
HSV(B)305.29º87.93%45.49%-
XYZ10.015.0914.36-
YUV55.1157.29171.44-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 48.95%
GREEN value IS 14 (5.86% from 255) = 5.91%
BLUE value IS 107 (42.19% from 255) = 45.15%
R=48.95%
G=5.91%
B=45.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.08
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161410700.880.080.55305.2978.4625.49
Hex74E6B0588371314e19
Octal164161530130106746111631
Binary111010011101101011010110001000110111100110001100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #740E6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,14,107); }

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

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

 a { background-color: rgb(116,14,107); }

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

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

 span { border-color: rgb(116,14,107); }

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