Html Css Color HEX #743770 Eminence

📋 copy color: '#743770'

red 116 ◦ green 55 ◦ blue 112

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

Shades of Eminence #743770

Tints of Eminence #743770

RGB

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

 GREEN value IS 55 (21.88% from 255) = 19.43%

 BLUE value IS 112 (44.14% from 255) = 39.58%

R = 40.99%
G = 19.43%
B = 39.58%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.03

 K value IS 0.55

RGB Variations

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

Color information

#743770 (or 0x743770) is known color: Eminence. HEX triplet: 74, 37 and 70. RGB value is (116,55,112). Sum of RGB (Red+Green+Blue) = 116+55+112=283 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.99% from 283); Green value is 55 (21.88% from 255 or 19.43% from 283); Blue value is 112 (44.14% from 255 or 39.58% from 283); Max value from RGB is 116 - color contains mainly: red. Hex color #743770 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #743770 is #8BC88F. Grayscale: #4F4F4F. Windows color (decimal): -9160848 or 7354228. OLE color: 7354228.

HSL color Cylindrical-coordinate representation of color #743770: hue angle of 303.93º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #743770 is Cyan = 0, Magento = 0.53, Yellow = 0.03 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 55 112 -
CMYK 0 0.53 0.03 0.55
HSL 303.93º 0.36% 0.34% -
HSV(B) 303.93º 0.53% 0.45% -
XYZ 11.49 7.62 16.19 -
YUV 79.74 146.21 153.87 -
System Red Green Blue C M Y K H S L
Decimal 116 55 112 0 0.53 0.03 0.55 303.93 0.36 0.34
Hex 74 37 70 0 35 3 37 130 24 22
Octal 164 67 160 0 65 3 67 460 44 42
Binary 1110100 110111 1110000 0 110101 11 110111 100110000 100100 100010

Color Harmonies of #743770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743770

Black with #743770

Text Example


Text Example

White with #743770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #743770; }

 p { color: rgb(116,55,112); }

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

background-color css

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

 a { background-color: rgb(116,55,112); }

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

border-color css

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

 span { border-color: rgb(116,55,112); }

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