Html Css Color HEX #743682 Eminence

📋 copy color: '#743682'

red 116 ◦ green 54 ◦ blue 130

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

Shades of Eminence #743682

Tints of Eminence #743682

RGB

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

 GREEN value IS 54 (21.48% from 255) = 18%

 BLUE value IS 130 (51.17% from 255) = 43.33%

R = 38.67%
G = 18%
B = 43.33%

CMYK

 C value IS 0.11

 M value IS 0.58

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#743682 (or 0x743682) is known color: Eminence. HEX triplet: 74, 36 and 82. RGB value is (116,54,130). Sum of RGB (Red+Green+Blue) = 116+54+130=300 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.67% from 300); Green value is 54 (21.48% from 255 or 18% from 300); Blue value is 130 (51.17% from 255 or 43.33% from 300); Max value from RGB is 130 - color contains mainly: blue. Hex color #743682 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #743682 is #8BC97D. Grayscale: #505050. Windows color (decimal): -9161086 or 8533620. OLE color: 8533620.

HSL color Cylindrical-coordinate representation of color #743682: hue angle of 288.95º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #743682 is Cyan = 0.11, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 116 54 130 -
CMYK 0.11 0.58 0 0.49
HSL 288.95º 0.41% 0.36% -
HSV(B) 288.95º 0.58% 0.51% -
XYZ 12.55 7.96 21.99 -
YUV 81.2 155.54 152.82 -
System Red Green Blue C M Y K H S L
Decimal 116 54 130 0.11 0.58 0 0.49 288.95 0.41 0.36
Hex 74 36 82 B 3A 0 31 121 29 24
Octal 164 66 202 13 72 0 61 441 51 44
Binary 1110100 110110 10000010 1011 111010 0 110001 100100001 101001 100100

Color Harmonies of #743682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743682

Black with #743682

Text Example


Text Example

White with #743682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #743682; }

 p { color: rgb(116,54,130); }

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

background-color css

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

 a { background-color: rgb(116,54,130); }

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

border-color css

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

 span { border-color: rgb(116,54,130); }

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