Html Css Color HEX #743880 Eminence

📋 copy color: '#743880'

red 116 ◦ green 56 ◦ blue 128

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

Shades of Eminence #743880

Tints of Eminence #743880

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 42.67%

R = 38.67%
G = 18.67%
B = 42.67%

CMYK

 C value IS 0.09

 M value IS 0.56

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#743880 (or 0x743880) is known color: Eminence. HEX triplet: 74, 38 and 80. RGB value is (116,56,128). Sum of RGB (Red+Green+Blue) = 116+56+128=300 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.67% from 300); Green value is 56 (22.27% from 255 or 18.67% from 300); Blue value is 128 (50.39% from 255 or 42.67% from 300); Max value from RGB is 128 - color contains mainly: blue. Hex color #743880 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #743880 is #8BC77F. Grayscale: #515151. Windows color (decimal): -9160576 or 8403060. OLE color: 8403060.

HSL color Cylindrical-coordinate representation of color #743880: hue angle of 290º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #743880 is Cyan = 0.09, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 116 56 128 -
CMYK 0.09 0.56 0 0.50
HSL 290º 0.39% 0.36% -
HSV(B) 290º 0.56% 0.5% -
XYZ 12.51 8.1 21.33 -
YUV 82.15 153.88 152.15 -
System Red Green Blue C M Y K H S L
Decimal 116 56 128 0.09 0.56 0 0.50 290 0.39 0.36
Hex 74 38 80 9 38 0 32 122 27 24
Octal 164 70 200 11 70 0 62 442 47 44
Binary 1110100 111000 10000000 1001 111000 0 110010 100100010 100111 100100

Color Harmonies of #743880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743880

Black with #743880

Text Example


Text Example

White with #743880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #743880; }

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

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

background-color css

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

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

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

border-color css

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

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

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