Html Css Color HEX #742681 Eminence

📋 copy color: '#742681'

red 116 ◦ green 38 ◦ blue 129

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

Shades of Eminence #742681

Tints of Eminence #742681

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.43%

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

R = 40.99%
G = 13.43%
B = 45.58%

CMYK

 C value IS 0.10

 M value IS 0.71

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#742681 (or 0x742681) is known color: Eminence. HEX triplet: 74, 26 and 81. RGB value is (116,38,129). Sum of RGB (Red+Green+Blue) = 116+38+129=283 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.99% from 283); Green value is 38 (15.23% from 255 or 13.43% from 283); Blue value is 129 (50.78% from 255 or 45.58% from 283); Max value from RGB is 129 - color contains mainly: blue. Hex color #742681 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #742681 is #8BD97E. Grayscale: #474747. Windows color (decimal): -9165183 or 8463988. OLE color: 8463988.

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

Color convert

RGB 116 38 129 -
CMYK 0.10 0.71 0 0.49
HSL 291.43º 0.54% 0.33% -
HSV(B) 291.43º 0.71% 0.51% -
XYZ 11.86 6.68 21.43 -
YUV 71.7 160.34 159.6 -
System Red Green Blue C M Y K H S L
Decimal 116 38 129 0.10 0.71 0 0.49 291.43 0.54 0.33
Hex 74 26 81 A 47 0 31 123 36 21
Octal 164 46 201 12 107 0 61 443 66 41
Binary 1110100 100110 10000001 1010 1000111 0 110001 100100011 110110 100001

Color Harmonies of #742681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742681

Black with #742681

Text Example


Text Example

White with #742681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742681; }

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

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

background-color css

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

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

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

border-color css

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

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

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