Html Css Color HEX #734072 Eminence

📋 copy color: '#734072'

red 115 ◦ green 64 ◦ blue 114

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

Shades of Eminence #734072

Tints of Eminence #734072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 38.91%

R = 39.25%
G = 21.84%
B = 38.91%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.01

 K value IS 0.55

RGB Variations

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

Color information

#734072 (or 0x734072) is known color: Eminence. HEX triplet: 73, 40 and 72. RGB value is (115,64,114). Sum of RGB (Red+Green+Blue) = 115+64+114=293 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.25% from 293); Green value is 64 (25.39% from 255 or 21.84% from 293); Blue value is 114 (44.92% from 255 or 38.91% from 293); Max value from RGB is 115 - color contains mainly: red. Hex color #734072 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #734072 is #8CBF8D. Grayscale: #545454. Windows color (decimal): -9224078 or 7487603. OLE color: 7487603.

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

Color convert

RGB 115 64 114 -
CMYK 0 0.44 0.01 0.55
HSL 301.18º 0.28% 0.35% -
HSV(B) 301.18º 0.44% 0.45% -
XYZ 11.94 8.53 16.94 -
YUV 84.95 144.4 149.43 -
System Red Green Blue C M Y K H S L
Decimal 115 64 114 0 0.44 0.01 0.55 301.18 0.28 0.35
Hex 73 40 72 0 2C 1 37 12D 1C 23
Octal 163 100 162 0 54 1 67 455 34 43
Binary 1110011 1000000 1110010 0 101100 1 110111 100101101 11100 100011

Color Harmonies of #734072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #734072

Black with #734072

Text Example


Text Example

White with #734072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #734072; }

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

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

background-color css

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

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

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

border-color css

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

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

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