#741E70

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

Shades of Dark Purple #741E70

Tints of Dark Purple #741E70

Color information

#741E70 (or 0x741E70) is unknown color: approx Dark Purple. HEX triplet: 74, 1E and 70. RGB value is (116,30,112). Sum of RGB (Red+Green+Blue) = 116+30+112=258 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.96% from 258); Green value is 30 (12.11% from 255 or 11.63% from 258); Blue value is 112 (44.14% from 255 or 43.41% from 258); Max value from RGB is 116 - color contains mainly: red. Hex color #741E70 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #741E70 is #8BE18F. Grayscale: #404040. Windows color (decimal): -9167248 or 7347828. OLE color: 7347828.

HSL color Cylindrical-coordinate representation of color #741E70: hue angle of 302.79º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #741E70 is Cyan = 0, Magento = 0.74, Yellow = 0.03 and Black (K on CMYK) = 0.55.

Color convert

RGB11630112-
CMYK00.740.030.55
HSL302.79º58.9%28.63%-
HSV(B)302.79º74.14%45.49%-
XYZ10.595.8115.89-
YUV65.06154.49164.33-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 44.96%
GREEN value IS 30 (12.11% from 255) = 11.63%
BLUE value IS 112 (44.14% from 255) = 43.41%
R=44.96%
G=11.63%
B=43.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.03
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1163011200.740.030.55302.7958.928.63
Hex741E7004A33712f3b1d
Octal1643616001123674577335
Binary1110100111101110000010010101111011110010111111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #741E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #741E70; }

 p { color: rgb(116,30,112); }

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

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

 a { background-color: rgb(116,30,112); }

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

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

 span { border-color: rgb(116,30,112); }

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