Html Css Color HEX #743073 Eminence

📋 copy color: '#743073'

red 116 ◦ green 48 ◦ blue 115

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

Shades of Eminence #743073

Tints of Eminence #743073

RGB

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

 GREEN value IS 48 (19.14% from 255) = 17.2%

 BLUE value IS 115 (45.31% from 255) = 41.22%

R = 41.58%
G = 17.2%
B = 41.22%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.01

 K value IS 0.55

RGB Variations

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

Color information

#743073 (or 0x743073) is known color: Eminence. HEX triplet: 74, 30 and 73. RGB value is (116,48,115). Sum of RGB (Red+Green+Blue) = 116+48+115=279 (36% of max value = 765). Red value is 116 (45.70% from 255 or 41.58% from 279); Green value is 48 (19.14% from 255 or 17.20% from 279); Blue value is 115 (45.31% from 255 or 41.22% from 279); Max value from RGB is 116 - color contains mainly: red. Hex color #743073 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #743073 is #8BCF8C. Grayscale: #4B4B4B. Windows color (decimal): -9162637 or 7549044. OLE color: 7549044.

HSL color Cylindrical-coordinate representation of color #743073: hue angle of 300.88º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #743073 is Cyan = 0, Magento = 0.59, Yellow = 0.01 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 48 115 -
CMYK 0 0.59 0.01 0.55
HSL 300.88º 0.41% 0.32% -
HSV(B) 300.88º 0.59% 0.45% -
XYZ 11.35 7.06 16.98 -
YUV 75.97 150.03 156.55 -
System Red Green Blue C M Y K H S L
Decimal 116 48 115 0 0.59 0.01 0.55 300.88 0.41 0.32
Hex 74 30 73 0 3B 1 37 12D 29 20
Octal 164 60 163 0 73 1 67 455 51 40
Binary 1110100 110000 1110011 0 111011 1 110111 100101101 101001 100000

Color Harmonies of #743073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743073

Black with #743073

Text Example


Text Example

White with #743073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #743073; }

 p { color: rgb(116,48,115); }

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

background-color css

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

 a { background-color: rgb(116,48,115); }

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

border-color css

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

 span { border-color: rgb(116,48,115); }

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