#741870

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

Shades of Dark Purple #741870

Tints of Dark Purple #741870

Color information

#741870 (or 0x741870) is unknown color: approx Dark Purple. HEX triplet: 74, 18 and 70. RGB value is (116,24,112). Sum of RGB (Red+Green+Blue) = 116+24+112=252 (33% of max value = 765). Red value is 116 (45.70% from 255 or 46.03% from 252); Green value is 24 (9.77% from 255 or 9.52% from 252); Blue value is 112 (44.14% from 255 or 44.44% from 252); Max value from RGB is 116 - color contains mainly: red. Hex color #741870 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #741870 is #8BE78F. Grayscale: #3D3D3D. Windows color (decimal): -9168784 or 7346292. OLE color: 7346292.

HSL color Cylindrical-coordinate representation of color #741870: hue angle of 302.61º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #741870 is Cyan = 0, Magento = 0.79, Yellow = 0.03 and Black (K on CMYK) = 0.55.

Color convert

RGB11624112-
CMYK00.790.030.55
HSL302.61º65.71%27.45%-
HSV(B)302.61º79.31%45.49%-
XYZ10.455.5415.85-
YUV61.54156.48166.84-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 46.03%
GREEN value IS 24 (9.77% from 255) = 9.52%
BLUE value IS 112 (44.14% from 255) = 44.44%
R=46.03%
G=9.52%
B=44.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.03
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1162411200.790.030.55302.6165.7127.45
Hex74187004F33712f421b
Octal16430160011736745710233
Binary11101001100011100000100111111110111100101111100001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #741870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #741870; }

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

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

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

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

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

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

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

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