Html Css Color HEX #744378 Eminence

📋 copy color: '#744378'

red 116 ◦ green 67 ◦ blue 120

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

Shades of Eminence #744378

Tints of Eminence #744378

RGB

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

 GREEN value IS 67 (26.56% from 255) = 22.11%

 BLUE value IS 120 (47.27% from 255) = 39.6%

R = 38.28%
G = 22.11%
B = 39.6%

CMYK

 C value IS 0.03

 M value IS 0.44

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#744378 (or 0x744378) is known color: Eminence. HEX triplet: 74, 43 and 78. RGB value is (116,67,120). Sum of RGB (Red+Green+Blue) = 116+67+120=303 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.28% from 303); Green value is 67 (26.56% from 255 or 22.11% from 303); Blue value is 120 (47.27% from 255 or 39.60% from 303); Max value from RGB is 120 - color contains mainly: blue. Hex color #744378 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #744378 is #8BBC87. Grayscale: #575757. Windows color (decimal): -9157768 or 7881588. OLE color: 7881588.

HSL color Cylindrical-coordinate representation of color #744378: hue angle of 295.47º degrees, saturation: 0.28, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #744378 is Cyan = 0.03, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 116 67 120 -
CMYK 0.03 0.44 0 0.53
HSL 295.47º 0.28% 0.37% -
HSV(B) 295.47º 0.44% 0.47% -
XYZ 12.6 9.08 18.86 -
YUV 87.69 146.23 148.19 -
System Red Green Blue C M Y K H S L
Decimal 116 67 120 0.03 0.44 0 0.53 295.47 0.28 0.37
Hex 74 43 78 3 2C 0 35 127 1C 25
Octal 164 103 170 3 54 0 65 447 34 45
Binary 1110100 1000011 1111000 11 101100 0 110101 100100111 11100 100101

Color Harmonies of #744378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744378

Black with #744378

Text Example


Text Example

White with #744378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #744378; }

 p { color: rgb(116,67,120); }

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

background-color css

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

 a { background-color: rgb(116,67,120); }

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

border-color css

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

 span { border-color: rgb(116,67,120); }

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