Html Css Color HEX #743473 Eminence

📋 copy color: '#743473'

red 116 ◦ green 52 ◦ blue 115

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

Shades of Eminence #743473

Tints of Eminence #743473

RGB

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

 GREEN value IS 52 (20.7% from 255) = 18.37%

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

R = 40.99%
G = 18.37%
B = 40.64%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.01

 K value IS 0.55

RGB Variations

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

Color information

#743473 (or 0x743473) is known color: Eminence. HEX triplet: 74, 34 and 73. RGB value is (116,52,115). Sum of RGB (Red+Green+Blue) = 116+52+115=283 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.99% from 283); Green value is 52 (20.70% from 255 or 18.37% from 283); Blue value is 115 (45.31% from 255 or 40.64% from 283); Max value from RGB is 116 - color contains mainly: red. Hex color #743473 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #743473 is #8BCB8C. Grayscale: #4E4E4E. Windows color (decimal): -9161613 or 7550068. OLE color: 7550068.

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

Color convert

RGB 116 52 115 -
CMYK 0 0.55 0.01 0.55
HSL 300.94º 0.38% 0.33% -
HSV(B) 300.94º 0.55% 0.45% -
XYZ 11.52 7.41 17.04 -
YUV 78.32 148.7 154.88 -
System Red Green Blue C M Y K H S L
Decimal 116 52 115 0 0.55 0.01 0.55 300.94 0.38 0.33
Hex 74 34 73 0 37 1 37 12D 26 21
Octal 164 64 163 0 67 1 67 455 46 41
Binary 1110100 110100 1110011 0 110111 1 110111 100101101 100110 100001

Color Harmonies of #743473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743473

Black with #743473

Text Example


Text Example

White with #743473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #743473; }

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

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

background-color css

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

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

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

border-color css

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

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

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