Html Css Color HEX #74407A Eminence

📋 copy color: '#74407A'

red 116 ◦ green 64 ◦ blue 122

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

Shades of Eminence #74407A

Tints of Eminence #74407A

RGB

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

 GREEN value IS 64 (25.39% from 255) = 21.19%

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

R = 38.41%
G = 21.19%
B = 40.4%

CMYK

 C value IS 0.05

 M value IS 0.48

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#74407A (or 0x74407A) is known color: Eminence. HEX triplet: 74, 40 and 7A. RGB value is (116,64,122). Sum of RGB (Red+Green+Blue) = 116+64+122=302 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.41% from 302); Green value is 64 (25.39% from 255 or 21.19% from 302); Blue value is 122 (48.05% from 255 or 40.40% from 302); Max value from RGB is 122 - color contains mainly: blue. Hex color #74407A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74407A is #8BBF85. Grayscale: #555555. Windows color (decimal): -9158534 or 8011892. OLE color: 8011892.

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

Color convert

RGB 116 64 122 -
CMYK 0.05 0.48 0 0.52
HSL 293.79º 0.31% 0.36% -
HSV(B) 293.79º 0.48% 0.48% -
XYZ 12.55 8.78 19.45 -
YUV 86.16 148.23 149.28 -
System Red Green Blue C M Y K H S L
Decimal 116 64 122 0.05 0.48 0 0.52 293.79 0.31 0.36
Hex 74 40 7A 5 30 0 34 126 1F 24
Octal 164 100 172 5 60 0 64 446 37 44
Binary 1110100 1000000 1111010 101 110000 0 110100 100100110 11111 100100

Color Harmonies of #74407A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74407A

Black with #74407A

Text Example


Text Example

White with #74407A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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