Html Css Color HEX #70447B Eminence

📋 copy color: '#70447B'

red 112 ◦ green 68 ◦ blue 123

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

Shades of Eminence #70447B

Tints of Eminence #70447B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 40.59%

R = 36.96%
G = 22.44%
B = 40.59%

CMYK

 C value IS 0.09

 M value IS 0.45

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#70447B (or 0x70447B) is known color: Eminence. HEX triplet: 70, 44 and 7B. RGB value is (112,68,123). Sum of RGB (Red+Green+Blue) = 112+68+123=303 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.96% from 303); Green value is 68 (26.95% from 255 or 22.44% from 303); Blue value is 123 (48.44% from 255 or 40.59% from 303); Max value from RGB is 123 - color contains mainly: blue. Hex color #70447B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70447B is #8FBB84. Grayscale: #575757. Windows color (decimal): -9419653 or 8078448. OLE color: 8078448.

HSL color Cylindrical-coordinate representation of color #70447B: hue angle of 288º degrees, saturation: 0.29, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #70447B is Cyan = 0.09, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 112 68 123 -
CMYK 0.09 0.45 0 0.52
HSL 288º 0.29% 0.37% -
HSV(B) 288º 0.45% 0.48% -
XYZ 12.32 9.01 19.83 -
YUV 87.43 148.08 145.53 -
System Red Green Blue C M Y K H S L
Decimal 112 68 123 0.09 0.45 0 0.52 288 0.29 0.37
Hex 70 44 7B 9 2D 0 34 120 1D 25
Octal 160 104 173 11 55 0 64 440 35 45
Binary 1110000 1000100 1111011 1001 101101 0 110100 100100000 11101 100101

Color Harmonies of #70447B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70447B

Black with #70447B

Text Example


Text Example

White with #70447B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70447B; }

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

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

background-color css

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

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

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

border-color css

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

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

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