Html Css Color HEX #74386F Eminence

📋 copy color: '#74386F'

red 116 ◦ green 56 ◦ blue 111

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

Shades of Eminence #74386F

Tints of Eminence #74386F

RGB

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

 GREEN value IS 56 (22.27% from 255) = 19.79%

 BLUE value IS 111 (43.75% from 255) = 39.22%

R = 40.99%
G = 19.79%
B = 39.22%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.04

 K value IS 0.55

RGB Variations

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

Color information

#74386F (or 0x74386F) is known color: Eminence. HEX triplet: 74, 38 and 6F. RGB value is (116,56,111). Sum of RGB (Red+Green+Blue) = 116+56+111=283 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.99% from 283); Green value is 56 (22.27% from 255 or 19.79% from 283); Blue value is 111 (43.75% from 255 or 39.22% from 283); Max value from RGB is 116 - color contains mainly: red. Hex color #74386F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74386F is #8BC790. Grayscale: #505050. Windows color (decimal): -9160593 or 7288948. OLE color: 7288948.

HSL color Cylindrical-coordinate representation of color #74386F: hue angle of 305º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #74386F is Cyan = 0, Magento = 0.52, Yellow = 0.04 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 56 111 -
CMYK 0 0.52 0.04 0.55
HSL 305º 0.35% 0.34% -
HSV(B) 305º 0.52% 0.45% -
XYZ 11.49 7.69 15.92 -
YUV 80.21 145.38 153.53 -
System Red Green Blue C M Y K H S L
Decimal 116 56 111 0 0.52 0.04 0.55 305 0.35 0.34
Hex 74 38 6F 0 34 4 37 131 23 22
Octal 164 70 157 0 64 4 67 461 43 42
Binary 1110100 111000 1101111 0 110100 100 110111 100110001 100011 100010

Color Harmonies of #74386F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74386F

Black with #74386F

Text Example


Text Example

White with #74386F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74386F; }

 p { color: rgb(116,56,111); }

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

background-color css

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

 a { background-color: rgb(116,56,111); }

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

border-color css

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

 span { border-color: rgb(116,56,111); }

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