Html Css Color HEX #70446D Eminence

📋 copy color: '#70446D'

red 112 ◦ green 68 ◦ blue 109

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

Shades of Eminence #70446D

Tints of Eminence #70446D

RGB

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

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

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

R = 38.75%
G = 23.53%
B = 37.72%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.03

 K value IS 0.56

RGB Variations

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

Color information

#70446D (or 0x70446D) is known color: Eminence. HEX triplet: 70, 44 and 6D. RGB value is (112,68,109). Sum of RGB (Red+Green+Blue) = 112+68+109=289 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.75% from 289); Green value is 68 (26.95% from 255 or 23.53% from 289); Blue value is 109 (42.97% from 255 or 37.72% from 289); Max value from RGB is 112 - color contains mainly: red. Hex color #70446D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70446D is #8FBB92. Grayscale: #555555. Windows color (decimal): -9419667 or 7160944. OLE color: 7160944.

HSL color Cylindrical-coordinate representation of color #70446D: hue angle of 304.09º degrees, saturation: 0.24, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #70446D is Cyan = 0, Magento = 0.39, Yellow = 0.03 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 68 109 -
CMYK 0 0.39 0.03 0.56
HSL 304.09º 0.24% 0.35% -
HSV(B) 304.09º 0.39% 0.44% -
XYZ 11.51 8.68 15.54 -
YUV 85.83 141.08 146.67 -
System Red Green Blue C M Y K H S L
Decimal 112 68 109 0 0.39 0.03 0.56 304.09 0.24 0.35
Hex 70 44 6D 0 27 3 38 130 18 23
Octal 160 104 155 0 47 3 70 460 30 43
Binary 1110000 1000100 1101101 0 100111 11 111000 100110000 11000 100011

Color Harmonies of #70446D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70446D

Black with #70446D

Text Example


Text Example

White with #70446D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70446D; }

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

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

background-color css

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

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

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

border-color css

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

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

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