Html Css Color HEX #734772 Eminence

📋 copy color: '#734772'

red 115 ◦ green 71 ◦ blue 114

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

Shades of Eminence #734772

Tints of Eminence #734772

RGB

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

 GREEN value IS 71 (28.13% from 255) = 23.67%

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

R = 38.33%
G = 23.67%
B = 38%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.01

 K value IS 0.55

RGB Variations

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

Color information

#734772 (or 0x734772) is known color: Eminence. HEX triplet: 73, 47 and 72. RGB value is (115,71,114). Sum of RGB (Red+Green+Blue) = 115+71+114=300 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.33% from 300); Green value is 71 (28.12% from 255 or 23.67% from 300); Blue value is 114 (44.92% from 255 or 38% from 300); Max value from RGB is 115 - color contains mainly: red. Hex color #734772 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #734772 is #8CB88D. Grayscale: #585858. Windows color (decimal): -9222286 or 7489395. OLE color: 7489395.

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

Color convert

RGB 115 71 114 -
CMYK 0 0.38 0.01 0.55
HSL 301.36º 0.24% 0.36% -
HSV(B) 301.36º 0.38% 0.45% -
XYZ 12.36 9.37 17.08 -
YUV 89.06 142.08 146.5 -
System Red Green Blue C M Y K H S L
Decimal 115 71 114 0 0.38 0.01 0.55 301.36 0.24 0.36
Hex 73 47 72 0 26 1 37 12D 18 24
Octal 163 107 162 0 46 1 67 455 30 44
Binary 1110011 1000111 1110010 0 100110 1 110111 100101101 11000 100100

Color Harmonies of #734772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #734772

Black with #734772

Text Example


Text Example

White with #734772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #734772; }

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

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

background-color css

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

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

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

border-color css

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

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

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