Html Css Color HEX #74347F Eminence

📋 copy color: '#74347F'

red 116 ◦ green 52 ◦ blue 127

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

Shades of Eminence #74347F

Tints of Eminence #74347F

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.63%

 BLUE value IS 127 (50% from 255) = 43.05%

R = 39.32%
G = 17.63%
B = 43.05%

CMYK

 C value IS 0.09

 M value IS 0.59

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#74347F (or 0x74347F) is known color: Eminence. HEX triplet: 74, 34 and 7F. RGB value is (116,52,127). Sum of RGB (Red+Green+Blue) = 116+52+127=295 (39% of max value = 765). Red value is 116 (45.70% from 255 or 39.32% from 295); Green value is 52 (20.70% from 255 or 17.63% from 295); Blue value is 127 (50% from 255 or 43.05% from 295); Max value from RGB is 127 - color contains mainly: blue. Hex color #74347F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74347F is #8BCB80. Grayscale: #4F4F4F. Windows color (decimal): -9161601 or 8336500. OLE color: 8336500.

HSL color Cylindrical-coordinate representation of color #74347F: hue angle of 291.2º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #74347F is Cyan = 0.09, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 116 52 127 -
CMYK 0.09 0.59 0 0.50
HSL 291.2º 0.42% 0.35% -
HSV(B) 291.2º 0.59% 0.5% -
XYZ 12.26 7.7 20.92 -
YUV 79.69 154.7 153.9 -
System Red Green Blue C M Y K H S L
Decimal 116 52 127 0.09 0.59 0 0.50 291.2 0.42 0.35
Hex 74 34 7F 9 3B 0 32 123 2A 23
Octal 164 64 177 11 73 0 62 443 52 43
Binary 1110100 110100 1111111 1001 111011 0 110010 100100011 101010 100011

Color Harmonies of #74347F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74347F

Black with #74347F

Text Example


Text Example

White with #74347F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,52,127); }

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

background-color css

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

 a { background-color: rgb(116,52,127); }

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

border-color css

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

 span { border-color: rgb(116,52,127); }

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