Html Css Color HEX #734074 Eminence

📋 copy color: '#734074'

red 115 ◦ green 64 ◦ blue 116

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

Shades of Eminence #734074

Tints of Eminence #734074

RGB

 RED value IS 115 (45.31% from 255) = 38.98%

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

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

R = 38.98%
G = 21.69%
B = 39.32%

CMYK

 C value IS 0.01

 M value IS 0.45

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#734074 (or 0x734074) is known color: Eminence. HEX triplet: 73, 40 and 74. RGB value is (115,64,116). Sum of RGB (Red+Green+Blue) = 115+64+116=295 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.98% from 295); Green value is 64 (25.39% from 255 or 21.69% from 295); Blue value is 116 (45.70% from 255 or 39.32% from 295); Max value from RGB is 116 - color contains mainly: blue. Hex color #734074 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #734074 is #8CBF8B. Grayscale: #555555. Windows color (decimal): -9224076 or 7618675. OLE color: 7618675.

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

Color convert

RGB 115 64 116 -
CMYK 0.01 0.45 0 0.55
HSL 298.85º 0.29% 0.35% -
HSV(B) 298.85º 0.45% 0.45% -
XYZ 12.06 8.57 17.54 -
YUV 85.18 145.4 149.27 -
System Red Green Blue C M Y K H S L
Decimal 115 64 116 0.01 0.45 0 0.55 298.85 0.29 0.35
Hex 73 40 74 1 2D 0 37 12B 1D 23
Octal 163 100 164 1 55 0 67 453 35 43
Binary 1110011 1000000 1110100 1 101101 0 110111 100101011 11101 100011

Color Harmonies of #734074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #734074

Black with #734074

Text Example


Text Example

White with #734074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #734074; }

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

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

background-color css

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

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

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

border-color css

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

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

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