Html Css Color HEX #743472 Eminence

📋 copy color: '#743472'

red 116 ◦ green 52 ◦ blue 114

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

Shades of Eminence #743472

Tints of Eminence #743472

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 40.43%

R = 41.13%
G = 18.44%
B = 40.43%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.02

 K value IS 0.55

RGB Variations

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

Color information

#743472 (or 0x743472) is known color: Eminence. HEX triplet: 74, 34 and 72. RGB value is (116,52,114). Sum of RGB (Red+Green+Blue) = 116+52+114=282 (37% of max value = 765). Red value is 116 (45.70% from 255 or 41.13% from 282); Green value is 52 (20.70% from 255 or 18.44% from 282); Blue value is 114 (44.92% from 255 or 40.43% from 282); Max value from RGB is 116 - color contains mainly: red. Hex color #743472 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #743472 is #8BCB8D. Grayscale: #4E4E4E. Windows color (decimal): -9161614 or 7484532. OLE color: 7484532.

HSL color Cylindrical-coordinate representation of color #743472: hue angle of 301.88º 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 #743472 is Cyan = 0, Magento = 0.55, Yellow = 0.02 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 52 114 -
CMYK 0 0.55 0.02 0.55
HSL 301.88º 0.38% 0.33% -
HSV(B) 301.88º 0.55% 0.45% -
XYZ 11.47 7.38 16.74 -
YUV 78.2 148.2 154.96 -
System Red Green Blue C M Y K H S L
Decimal 116 52 114 0 0.55 0.02 0.55 301.88 0.38 0.33
Hex 74 34 72 0 37 2 37 12E 26 21
Octal 164 64 162 0 67 2 67 456 46 41
Binary 1110100 110100 1110010 0 110111 10 110111 100101110 100110 100001

Color Harmonies of #743472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743472

Black with #743472

Text Example


Text Example

White with #743472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #743472; }

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

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

background-color css

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

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

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

border-color css

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

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

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