#742182

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

Shades of Eminence #742182

Tints of Eminence #742182

Color information

#742182 (or 0x742182) is unknown color: approx Eminence. HEX triplet: 74, 21 and 82. RGB value is (116,33,130). Sum of RGB (Red+Green+Blue) = 116+33+130=279 (36% of max value = 765). Red value is 116 (45.70% from 255 or 41.58% from 279); Green value is 33 (13.28% from 255 or 11.83% from 279); Blue value is 130 (51.17% from 255 or 46.59% from 279); Max value from RGB is 130 - color contains mainly: blue. Hex color #742182 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #742182 is #8BDE7D. Grayscale: #444444. Windows color (decimal): -9166462 or 8528244. OLE color: 8528244.

HSL color Cylindrical-coordinate representation of color #742182: hue angle of 291.34º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #742182 is Cyan = 0.11, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB11633130-
CMYK0.110.7500.49
HSL291.34º59.51%31.96%-
HSV(B)291.34º74.62%50.98%-
XYZ11.786.4121.74-
YUV68.88162.5161.61-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 41.58%
GREEN value IS 33 (13.28% from 255) = 11.83%
BLUE value IS 130 (51.17% from 255) = 46.59%
R=41.58%
G=11.83%
B=46.59%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal116331300.110.7500.49291.3459.5131.96
Hex742182B4B0311233c20
Octal16441202131130614437440
Binary111010010000110000010101110010110110001100100011111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #742182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #742182; }

 p { color: rgb(116,33,130); }

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

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

 a { background-color: rgb(116,33,130); }

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

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

 span { border-color: rgb(116,33,130); }

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