Html Css Color HEX #743882 Eminence

📋 copy color: '#743882'

red 116 ◦ green 56 ◦ blue 130

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

Shades of Eminence #743882

Tints of Eminence #743882

RGB

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

 GREEN value IS 56 (22.27% from 255) = 18.54%

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

R = 38.41%
G = 18.54%
B = 43.05%

CMYK

 C value IS 0.11

 M value IS 0.57

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#743882 (or 0x743882) is known color: Eminence. HEX triplet: 74, 38 and 82. RGB value is (116,56,130). Sum of RGB (Red+Green+Blue) = 116+56+130=302 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.41% from 302); Green value is 56 (22.27% from 255 or 18.54% from 302); Blue value is 130 (51.17% from 255 or 43.05% from 302); Max value from RGB is 130 - color contains mainly: blue. Hex color #743882 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #743882 is #8BC77D. Grayscale: #525252. Windows color (decimal): -9160574 or 8534132. OLE color: 8534132.

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

Color convert

RGB 116 56 130 -
CMYK 0.11 0.57 0 0.49
HSL 288.65º 0.4% 0.36% -
HSV(B) 288.65º 0.57% 0.51% -
XYZ 12.65 8.15 22.03 -
YUV 82.38 154.88 151.98 -
System Red Green Blue C M Y K H S L
Decimal 116 56 130 0.11 0.57 0 0.49 288.65 0.4 0.36
Hex 74 38 82 B 39 0 31 121 28 24
Octal 164 70 202 13 71 0 61 441 50 44
Binary 1110100 111000 10000010 1011 111001 0 110001 100100001 101000 100100

Color Harmonies of #743882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743882

Black with #743882

Text Example


Text Example

White with #743882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #743882; }

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

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

background-color css

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

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

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

border-color css

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

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

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