Html Css Color HEX #742380 Eminence

📋 copy color: '#742380'

red 116 ◦ green 35 ◦ blue 128

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

Shades of Eminence #742380

Tints of Eminence #742380

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 45.88%

R = 41.58%
G = 12.54%
B = 45.88%

CMYK

 C value IS 0.09

 M value IS 0.73

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#742380 (or 0x742380) is known color: Eminence. HEX triplet: 74, 23 and 80. RGB value is (116,35,128). Sum of RGB (Red+Green+Blue) = 116+35+128=279 (36% of max value = 765). Red value is 116 (45.70% from 255 or 41.58% from 279); Green value is 35 (14.06% from 255 or 12.54% from 279); Blue value is 128 (50.39% from 255 or 45.88% from 279); Max value from RGB is 128 - color contains mainly: blue. Hex color #742380 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #742380 is #8BDC7F. Grayscale: #454545. Windows color (decimal): -9165952 or 8397684. OLE color: 8397684.

HSL color Cylindrical-coordinate representation of color #742380: hue angle of 292.26º degrees, saturation: 0.57, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #742380 is Cyan = 0.09, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 116 35 128 -
CMYK 0.09 0.73 0 0.50
HSL 292.26º 0.57% 0.32% -
HSV(B) 292.26º 0.73% 0.5% -
XYZ 11.7 6.47 21.05 -
YUV 69.82 160.84 160.94 -
System Red Green Blue C M Y K H S L
Decimal 116 35 128 0.09 0.73 0 0.50 292.26 0.57 0.32
Hex 74 23 80 9 49 0 32 124 39 20
Octal 164 43 200 11 111 0 62 444 71 40
Binary 1110100 100011 10000000 1001 1001001 0 110010 100100100 111001 100000

Color Harmonies of #742380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742380

Black with #742380

Text Example


Text Example

White with #742380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742380; }

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

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

background-color css

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

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

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

border-color css

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

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

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