#741872

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

Shades of Dark Purple #741872

Tints of Dark Purple #741872

Color information

#741872 (or 0x741872) is unknown color: approx Dark Purple. HEX triplet: 74, 18 and 72. RGB value is (116,24,114). Sum of RGB (Red+Green+Blue) = 116+24+114=254 (33% of max value = 765). Red value is 116 (45.70% from 255 or 45.67% from 254); Green value is 24 (9.77% from 255 or 9.45% from 254); Blue value is 114 (44.92% from 255 or 44.88% from 254); Max value from RGB is 116 - color contains mainly: red. Hex color #741872 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #741872 is #8BE78D. Grayscale: #3D3D3D. Windows color (decimal): -9168782 or 7477364. OLE color: 7477364.

HSL color Cylindrical-coordinate representation of color #741872: hue angle of 301.3º 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 #741872 is Cyan = 0, Magento = 0.79, Yellow = 0.02 and Black (K on CMYK) = 0.55.

Color convert

RGB11624114-
CMYK00.790.020.55
HSL301.3º65.71%27.45%-
HSV(B)301.3º79.31%45.49%-
XYZ10.575.5816.44-
YUV61.77157.48166.68-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 45.67%
GREEN value IS 24 (9.77% from 255) = 9.45%
BLUE value IS 114 (44.92% from 255) = 44.88%
R=45.67%
G=9.45%
B=44.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.02
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1162411400.790.020.55301.365.7127.45
Hex74187204F23712d421b
Octal16430162011726745510233
Binary11101001100011100100100111110110111100101101100001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #741872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #741872; }

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

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

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

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

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

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

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

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