Html Css Color HEX #742E7A Eminence

📋 copy color: '#742E7A'

red 116 ◦ green 46 ◦ blue 122

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

Shades of Eminence #742E7A

Tints of Eminence #742E7A

RGB

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

 GREEN value IS 46 (18.36% from 255) = 16.2%

 BLUE value IS 122 (48.05% from 255) = 42.96%

R = 40.85%
G = 16.2%
B = 42.96%

CMYK

 C value IS 0.05

 M value IS 0.62

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#742E7A (or 0x742E7A) is known color: Eminence. HEX triplet: 74, 2E and 7A. RGB value is (116,46,122). Sum of RGB (Red+Green+Blue) = 116+46+122=284 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.85% from 284); Green value is 46 (18.36% from 255 or 16.20% from 284); Blue value is 122 (48.05% from 255 or 42.96% from 284); Max value from RGB is 122 - color contains mainly: blue. Hex color #742E7A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #742E7A is #8BD185. Grayscale: #4B4B4B. Windows color (decimal): -9163142 or 8007284. OLE color: 8007284.

HSL color Cylindrical-coordinate representation of color #742E7A: hue angle of 295.26º degrees, saturation: 0.45, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #742E7A is Cyan = 0.05, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 116 46 122 -
CMYK 0.05 0.62 0 0.52
HSL 295.26º 0.45% 0.33% -
HSV(B) 295.26º 0.62% 0.48% -
XYZ 11.69 7.07 19.16 -
YUV 75.59 154.19 156.82 -
System Red Green Blue C M Y K H S L
Decimal 116 46 122 0.05 0.62 0 0.52 295.26 0.45 0.33
Hex 74 2E 7A 5 3E 0 34 127 2D 21
Octal 164 56 172 5 76 0 64 447 55 41
Binary 1110100 101110 1111010 101 111110 0 110100 100100111 101101 100001

Color Harmonies of #742E7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742E7A

Black with #742E7A

Text Example


Text Example

White with #742E7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742E7A; }

 p { color: rgb(116,46,122); }

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

background-color css

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

 a { background-color: rgb(116,46,122); }

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

border-color css

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

 span { border-color: rgb(116,46,122); }

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