Html Css Color HEX #742382 Eminence

📋 copy color: '#742382'

red 116 ◦ green 35 ◦ blue 130

#742382
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Eminence #742382

Tints of Eminence #742382

RGB

 RED value IS 116 (45.7% from 255) = 41.28%

 GREEN value IS 35 (14.06% from 255) = 12.46%

 BLUE value IS 130 (51.17% from 255) = 46.26%

R = 41.28%
G = 12.46%
B = 46.26%

CMYK

 C value IS 0.11

 M value IS 0.73

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#742382 (or 0x742382) is known color: Eminence. HEX triplet: 74, 23 and 82. RGB value is (116,35,130). Sum of RGB (Red+Green+Blue) = 116+35+130=281 (37% of max value = 765). Red value is 116 (45.70% from 255 or 41.28% from 281); Green value is 35 (14.06% from 255 or 12.46% from 281); Blue value is 130 (51.17% from 255 or 46.26% from 281); Max value from RGB is 130 - color contains mainly: blue. Hex color #742382 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #742382 is #8BDC7D. Grayscale: #454545. Windows color (decimal): -9165950 or 8528756. OLE color: 8528756.

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

Color convert

RGB 116 35 130 -
CMYK 0.11 0.73 0 0.49
HSL 291.16º 0.58% 0.32% -
HSV(B) 291.16º 0.73% 0.51% -
XYZ 11.83 6.53 21.76 -
YUV 70.05 161.84 160.78 -
System Red Green Blue C M Y K H S L
Decimal 116 35 130 0.11 0.73 0 0.49 291.16 0.58 0.32
Hex 74 23 82 B 49 0 31 123 3A 20
Octal 164 43 202 13 111 0 61 443 72 40
Binary 1110100 100011 10000010 1011 1001001 0 110001 100100011 111010 100000

Color Harmonies of #742382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742382

Black with #742382

Text Example


Text Example

White with #742382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742382; }

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

 H1.HeaderClassName
 {
   color: #742382;
 }
 .AnyTagClassName
 {
   color: #742382;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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