Html Css Color HEX #704B6D Eminence

📋 copy color: '#704B6D'

red 112 ◦ green 75 ◦ blue 109

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

Shades of Eminence #704B6D

Tints of Eminence #704B6D

RGB

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

 GREEN value IS 75 (29.69% from 255) = 25.34%

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

R = 37.84%
G = 25.34%
B = 36.82%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.03

 K value IS 0.56

RGB Variations

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

Color information

#704B6D (or 0x704B6D) is known color: Eminence. HEX triplet: 70, 4B and 6D. RGB value is (112,75,109). Sum of RGB (Red+Green+Blue) = 112+75+109=296 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.84% from 296); Green value is 75 (29.69% from 255 or 25.34% from 296); Blue value is 109 (42.97% from 255 or 36.82% from 296); Max value from RGB is 112 - color contains mainly: red. Hex color #704B6D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704B6D is #8FB492. Grayscale: #595959. Windows color (decimal): -9417875 or 7162736. OLE color: 7162736.

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

Color convert

RGB 112 75 109 -
CMYK 0 0.33 0.03 0.56
HSL 304.86º 0.2% 0.37% -
HSV(B) 304.86º 0.33% 0.44% -
XYZ 11.96 9.58 15.69 -
YUV 89.94 138.76 143.74 -
System Red Green Blue C M Y K H S L
Decimal 112 75 109 0 0.33 0.03 0.56 304.86 0.2 0.37
Hex 70 4B 6D 0 21 3 38 131 14 25
Octal 160 113 155 0 41 3 70 461 24 45
Binary 1110000 1001011 1101101 0 100001 11 111000 100110001 10100 100101

Color Harmonies of #704B6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704B6D

Black with #704B6D

Text Example


Text Example

White with #704B6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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