Html Css Color HEX #734073 Eminence

📋 copy color: '#734073'

red 115 ◦ green 64 ◦ blue 115

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

Shades of Eminence #734073

Tints of Eminence #734073

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 39.12%

R = 39.12%
G = 21.77%
B = 39.12%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#734073 (or 0x734073) is known color: Eminence. HEX triplet: 73, 40 and 73. RGB value is (115,64,115). Sum of RGB (Red+Green+Blue) = 115+64+115=294 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.12% from 294); Green value is 64 (25.39% from 255 or 21.77% from 294); Blue value is 115 (45.31% from 255 or 39.12% from 294); Max value from RGB is 115 - color contains mainly: red, blue. Hex color #734073 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #734073 is #8CBF8C. Grayscale: #545454. Windows color (decimal): -9224077 or 7553139. OLE color: 7553139.

HSL color Cylindrical-coordinate representation of color #734073: hue angle of 300º 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 #734073 is Cyan = 0, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 64 115 -
CMYK 0 0.44 0 0.55
HSL 300º 0.28% 0.35% -
HSV(B) 300º 0.44% 0.45% -
XYZ 12 8.55 17.24 -
YUV 85.06 144.9 149.35 -
System Red Green Blue C M Y K H S L
Decimal 115 64 115 0 0.44 0 0.55 300 0.28 0.35
Hex 73 40 73 0 2C 0 37 12C 1C 23
Octal 163 100 163 0 54 0 67 454 34 43
Binary 1110011 1000000 1110011 0 101100 0 110111 100101100 11100 100011

Color Harmonies of #734073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #734073

Black with #734073

Text Example


Text Example

White with #734073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #734073; }

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

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

background-color css

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

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

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

border-color css

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

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

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