Html Css Color HEX #74447A Eminence

📋 copy color: '#74447A'

red 116 ◦ green 68 ◦ blue 122

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

Shades of Eminence #74447A

Tints of Eminence #74447A

RGB

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

 GREEN value IS 68 (26.95% from 255) = 22.22%

 BLUE value IS 122 (48.05% from 255) = 39.87%

R = 37.91%
G = 22.22%
B = 39.87%

CMYK

 C value IS 0.05

 M value IS 0.44

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#74447A (or 0x74447A) is known color: Eminence. HEX triplet: 74, 44 and 7A. RGB value is (116,68,122). Sum of RGB (Red+Green+Blue) = 116+68+122=306 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.91% from 306); Green value is 68 (26.95% from 255 or 22.22% from 306); Blue value is 122 (48.05% from 255 or 39.87% from 306); Max value from RGB is 122 - color contains mainly: blue. Hex color #74447A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74447A is #8BBB85. Grayscale: #585858. Windows color (decimal): -9157510 or 8012916. OLE color: 8012916.

HSL color Cylindrical-coordinate representation of color #74447A: hue angle of 293.33º degrees, saturation: 0.28, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #74447A is Cyan = 0.05, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 116 68 122 -
CMYK 0.05 0.44 0 0.52
HSL 293.33º 0.28% 0.37% -
HSV(B) 293.33º 0.44% 0.48% -
XYZ 12.78 9.25 19.52 -
YUV 88.51 146.9 147.61 -
System Red Green Blue C M Y K H S L
Decimal 116 68 122 0.05 0.44 0 0.52 293.33 0.28 0.37
Hex 74 44 7A 5 2C 0 34 125 1C 25
Octal 164 104 172 5 54 0 64 445 34 45
Binary 1110100 1000100 1111010 101 101100 0 110100 100100101 11100 100101

Color Harmonies of #74447A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74447A

Black with #74447A

Text Example


Text Example

White with #74447A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74447A; }

 p { color: rgb(116,68,122); }

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

background-color css

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

 a { background-color: rgb(116,68,122); }

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

border-color css

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

 span { border-color: rgb(116,68,122); }

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