Html Css Color HEX #734471 Eminence

📋 copy color: '#734471'

red 115 ◦ green 68 ◦ blue 113

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

Shades of Eminence #734471

Tints of Eminence #734471

RGB

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

 GREEN value IS 68 (26.95% from 255) = 22.97%

 BLUE value IS 113 (44.53% from 255) = 38.18%

R = 38.85%
G = 22.97%
B = 38.18%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.02

 K value IS 0.55

RGB Variations

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

Color information

#734471 (or 0x734471) is known color: Eminence. HEX triplet: 73, 44 and 71. RGB value is (115,68,113). Sum of RGB (Red+Green+Blue) = 115+68+113=296 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.85% from 296); Green value is 68 (26.95% from 255 or 22.97% from 296); Blue value is 113 (44.53% from 255 or 38.18% from 296); Max value from RGB is 115 - color contains mainly: red. Hex color #734471 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #734471 is #8CBB8E. Grayscale: #575757. Windows color (decimal): -9223055 or 7423091. OLE color: 7423091.

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

Color convert

RGB 115 68 113 -
CMYK 0 0.41 0.02 0.55
HSL 302.55º 0.26% 0.36% -
HSV(B) 302.55º 0.41% 0.45% -
XYZ 12.12 8.97 16.72 -
YUV 87.18 142.57 147.84 -
System Red Green Blue C M Y K H S L
Decimal 115 68 113 0 0.41 0.02 0.55 302.55 0.26 0.36
Hex 73 44 71 0 29 2 37 12F 1A 24
Octal 163 104 161 0 51 2 67 457 32 44
Binary 1110011 1000100 1110001 0 101001 10 110111 100101111 11010 100100

Color Harmonies of #734471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #734471

Black with #734471

Text Example


Text Example

White with #734471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #734471; }

 p { color: rgb(115,68,113); }

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

background-color css

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

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

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

border-color css

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

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

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