Html Css Color HEX #74467D Eminence

📋 copy color: '#74467D'

red 116 ◦ green 70 ◦ blue 125

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

Shades of Eminence #74467D

Tints of Eminence #74467D

RGB

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

 GREEN value IS 70 (27.73% from 255) = 22.51%

 BLUE value IS 125 (49.22% from 255) = 40.19%

R = 37.3%
G = 22.51%
B = 40.19%

CMYK

 C value IS 0.07

 M value IS 0.44

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#74467D (or 0x74467D) is known color: Eminence. HEX triplet: 74, 46 and 7D. RGB value is (116,70,125). Sum of RGB (Red+Green+Blue) = 116+70+125=311 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.30% from 311); Green value is 70 (27.73% from 255 or 22.51% from 311); Blue value is 125 (49.22% from 255 or 40.19% from 311); Max value from RGB is 125 - color contains mainly: blue. Hex color #74467D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74467D is #8BB982. Grayscale: #595959. Windows color (decimal): -9156995 or 8210036. OLE color: 8210036.

HSL color Cylindrical-coordinate representation of color #74467D: hue angle of 290.18º degrees, saturation: 0.28, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #74467D is Cyan = 0.07, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 116 70 125 -
CMYK 0.07 0.44 0 0.51
HSL 290.18º 0.28% 0.38% -
HSV(B) 290.18º 0.44% 0.49% -
XYZ 13.09 9.57 20.56 -
YUV 90.02 147.74 146.53 -
System Red Green Blue C M Y K H S L
Decimal 116 70 125 0.07 0.44 0 0.51 290.18 0.28 0.38
Hex 74 46 7D 7 2C 0 33 122 1C 26
Octal 164 106 175 7 54 0 63 442 34 46
Binary 1110100 1000110 1111101 111 101100 0 110011 100100010 11100 100110

Color Harmonies of #74467D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74467D

Black with #74467D

Text Example


Text Example

White with #74467D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74467D; }

 p { color: rgb(116,70,125); }

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

background-color css

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

 a { background-color: rgb(116,70,125); }

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

border-color css

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

 span { border-color: rgb(116,70,125); }

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