Html Css Color HEX #74387D Eminence

📋 copy color: '#74387D'

red 116 ◦ green 56 ◦ blue 125

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

Shades of Eminence #74387D

Tints of Eminence #74387D

RGB

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

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

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

R = 39.06%
G = 18.86%
B = 42.09%

CMYK

 C value IS 0.07

 M value IS 0.55

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#74387D (or 0x74387D) is known color: Eminence. HEX triplet: 74, 38 and 7D. RGB value is (116,56,125). Sum of RGB (Red+Green+Blue) = 116+56+125=297 (39% of max value = 765). Red value is 116 (45.70% from 255 or 39.06% from 297); Green value is 56 (22.27% from 255 or 18.86% from 297); Blue value is 125 (49.22% from 255 or 42.09% from 297); Max value from RGB is 125 - color contains mainly: blue. Hex color #74387D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74387D is #8BC782. Grayscale: #515151. Windows color (decimal): -9160579 or 8206452. OLE color: 8206452.

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

Color convert

RGB 116 56 125 -
CMYK 0.07 0.55 0 0.51
HSL 292.17º 0.38% 0.35% -
HSV(B) 292.17º 0.55% 0.49% -
XYZ 12.32 8.02 20.3 -
YUV 81.81 152.38 152.39 -
System Red Green Blue C M Y K H S L
Decimal 116 56 125 0.07 0.55 0 0.51 292.17 0.38 0.35
Hex 74 38 7D 7 37 0 33 124 26 23
Octal 164 70 175 7 67 0 63 444 46 43
Binary 1110100 111000 1111101 111 110111 0 110011 100100100 100110 100011

Color Harmonies of #74387D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74387D

Black with #74387D

Text Example


Text Example

White with #74387D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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