Html Css Color HEX #743471 Eminence

📋 copy color: '#743471'

red 116 ◦ green 52 ◦ blue 113

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

Shades of Eminence #743471

Tints of Eminence #743471

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 40.21%

R = 41.28%
G = 18.51%
B = 40.21%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.03

 K value IS 0.55

RGB Variations

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

Color information

#743471 (or 0x743471) is known color: Eminence. HEX triplet: 74, 34 and 71. RGB value is (116,52,113). Sum of RGB (Red+Green+Blue) = 116+52+113=281 (37% of max value = 765). Red value is 116 (45.70% from 255 or 41.28% from 281); Green value is 52 (20.70% from 255 or 18.51% from 281); Blue value is 113 (44.53% from 255 or 40.21% from 281); Max value from RGB is 116 - color contains mainly: red. Hex color #743471 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #743471 is #8BCB8E. Grayscale: #4D4D4D. Windows color (decimal): -9161615 or 7418996. OLE color: 7418996.

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

Color convert

RGB 116 52 113 -
CMYK 0 0.55 0.03 0.55
HSL 302.81º 0.38% 0.33% -
HSV(B) 302.81º 0.55% 0.45% -
XYZ 11.41 7.36 16.44 -
YUV 78.09 147.7 155.04 -
System Red Green Blue C M Y K H S L
Decimal 116 52 113 0 0.55 0.03 0.55 302.81 0.38 0.33
Hex 74 34 71 0 37 3 37 12F 26 21
Octal 164 64 161 0 67 3 67 457 46 41
Binary 1110100 110100 1110001 0 110111 11 110111 100101111 100110 100001

Color Harmonies of #743471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743471

Black with #743471

Text Example


Text Example

White with #743471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #743471; }

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

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

background-color css

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

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

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

border-color css

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

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

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