Html Css Color HEX #743C7A Eminence

📋 copy color: '#743C7A'

red 116 ◦ green 60 ◦ blue 122

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

Shades of Eminence #743C7A

Tints of Eminence #743C7A

RGB

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

 GREEN value IS 60 (23.83% from 255) = 20.13%

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

R = 38.93%
G = 20.13%
B = 40.94%

CMYK

 C value IS 0.05

 M value IS 0.51

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#743C7A (or 0x743C7A) is known color: Eminence. HEX triplet: 74, 3C and 7A. RGB value is (116,60,122). Sum of RGB (Red+Green+Blue) = 116+60+122=298 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.93% from 298); Green value is 60 (23.83% from 255 or 20.13% from 298); Blue value is 122 (48.05% from 255 or 40.94% from 298); Max value from RGB is 122 - color contains mainly: blue. Hex color #743C7A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #743C7A is #8BC385. Grayscale: #535353. Windows color (decimal): -9159558 or 8010868. OLE color: 8010868.

HSL color Cylindrical-coordinate representation of color #743C7A: hue angle of 294.19º degrees, saturation: 0.34, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #743C7A is Cyan = 0.05, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 116 60 122 -
CMYK 0.05 0.51 0 0.52
HSL 294.19º 0.34% 0.36% -
HSV(B) 294.19º 0.51% 0.48% -
XYZ 12.33 8.35 19.37 -
YUV 83.81 149.55 150.96 -
System Red Green Blue C M Y K H S L
Decimal 116 60 122 0.05 0.51 0 0.52 294.19 0.34 0.36
Hex 74 3C 7A 5 33 0 34 126 22 24
Octal 164 74 172 5 63 0 64 446 42 44
Binary 1110100 111100 1111010 101 110011 0 110100 100100110 100010 100100

Color Harmonies of #743C7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743C7A

Black with #743C7A

Text Example


Text Example

White with #743C7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #743C7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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