Html Css Color HEX #743081 Eminence

📋 copy color: '#743081'

red 116 ◦ green 48 ◦ blue 129

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

Shades of Eminence #743081

Tints of Eminence #743081

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 44.03%

R = 39.59%
G = 16.38%
B = 44.03%

CMYK

 C value IS 0.10

 M value IS 0.63

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#743081 (or 0x743081) is known color: Eminence. HEX triplet: 74, 30 and 81. RGB value is (116,48,129). Sum of RGB (Red+Green+Blue) = 116+48+129=293 (38% of max value = 765). Red value is 116 (45.70% from 255 or 39.59% from 293); Green value is 48 (19.14% from 255 or 16.38% from 293); Blue value is 129 (50.78% from 255 or 44.03% from 293); Max value from RGB is 129 - color contains mainly: blue. Hex color #743081 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #743081 is #8BCF7E. Grayscale: #4D4D4D. Windows color (decimal): -9162623 or 8466548. OLE color: 8466548.

HSL color Cylindrical-coordinate representation of color #743081: hue angle of 290.37º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #743081 is Cyan = 0.10, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 116 48 129 -
CMYK 0.10 0.63 0 0.49
HSL 290.37º 0.46% 0.35% -
HSV(B) 290.37º 0.63% 0.51% -
XYZ 12.22 7.41 21.56 -
YUV 77.57 157.03 155.41 -
System Red Green Blue C M Y K H S L
Decimal 116 48 129 0.10 0.63 0 0.49 290.37 0.46 0.35
Hex 74 30 81 A 3F 0 31 122 2E 23
Octal 164 60 201 12 77 0 61 442 56 43
Binary 1110100 110000 10000001 1010 111111 0 110001 100100010 101110 100011

Color Harmonies of #743081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743081

Black with #743081

Text Example


Text Example

White with #743081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #743081; }

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

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

background-color css

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

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

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

border-color css

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

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

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