Html Css Color HEX #704A6D Eminence

📋 copy color: '#704A6D'

red 112 ◦ green 74 ◦ blue 109

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

Shades of Eminence #704A6D

Tints of Eminence #704A6D

RGB

 RED value IS 112 (44.14% from 255) = 37.97%

 GREEN value IS 74 (29.3% from 255) = 25.08%

 BLUE value IS 109 (42.97% from 255) = 36.95%

R = 37.97%
G = 25.08%
B = 36.95%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.03

 K value IS 0.56

RGB Variations

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

Color information

#704A6D (or 0x704A6D) is known color: Eminence. HEX triplet: 70, 4A and 6D. RGB value is (112,74,109). Sum of RGB (Red+Green+Blue) = 112+74+109=295 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.97% from 295); Green value is 74 (29.30% from 255 or 25.08% from 295); Blue value is 109 (42.97% from 255 or 36.95% from 295); Max value from RGB is 112 - color contains mainly: red. Hex color #704A6D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704A6D is #8FB592. Grayscale: #595959. Windows color (decimal): -9418131 or 7162480. OLE color: 7162480.

HSL color Cylindrical-coordinate representation of color #704A6D: hue angle of 304.74º degrees, saturation: 0.2, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #704A6D is Cyan = 0, Magento = 0.34, Yellow = 0.03 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 74 109 -
CMYK 0 0.34 0.03 0.56
HSL 304.74º 0.2% 0.36% -
HSV(B) 304.74º 0.34% 0.44% -
XYZ 11.89 9.45 15.66 -
YUV 89.35 139.09 144.15 -
System Red Green Blue C M Y K H S L
Decimal 112 74 109 0 0.34 0.03 0.56 304.74 0.2 0.36
Hex 70 4A 6D 0 22 3 38 131 14 24
Octal 160 112 155 0 42 3 70 461 24 44
Binary 1110000 1001010 1101101 0 100010 11 111000 100110001 10100 100100

Color Harmonies of #704A6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704A6D

Black with #704A6D

Text Example


Text Example

White with #704A6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704A6D; }

 p { color: rgb(112,74,109); }

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

background-color css

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

 a { background-color: rgb(112,74,109); }

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

border-color css

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

 span { border-color: rgb(112,74,109); }

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