Html Css Color HEX #70407E Eminence

📋 copy color: '#70407E'

red 112 ◦ green 64 ◦ blue 126

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

Shades of Eminence #70407E

Tints of Eminence #70407E

RGB

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

 GREEN value IS 64 (25.39% from 255) = 21.19%

 BLUE value IS 126 (49.61% from 255) = 41.72%

R = 37.09%
G = 21.19%
B = 41.72%

CMYK

 C value IS 0.11

 M value IS 0.49

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#70407E (or 0x70407E) is known color: Eminence. HEX triplet: 70, 40 and 7E. RGB value is (112,64,126). Sum of RGB (Red+Green+Blue) = 112+64+126=302 (40% of max value = 765). Red value is 112 (44.14% from 255 or 37.09% from 302); Green value is 64 (25.39% from 255 or 21.19% from 302); Blue value is 126 (49.61% from 255 or 41.72% from 302); Max value from RGB is 126 - color contains mainly: blue. Hex color #70407E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70407E is #8FBF81. Grayscale: #555555. Windows color (decimal): -9420674 or 8274032. OLE color: 8274032.

HSL color Cylindrical-coordinate representation of color #70407E: hue angle of 286.45º degrees, saturation: 0.33, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #70407E is Cyan = 0.11, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 112 64 126 -
CMYK 0.11 0.49 0 0.51
HSL 286.45º 0.33% 0.37% -
HSV(B) 286.45º 0.49% 0.49% -
XYZ 12.28 8.62 20.75 -
YUV 85.42 150.9 146.96 -
System Red Green Blue C M Y K H S L
Decimal 112 64 126 0.11 0.49 0 0.51 286.45 0.33 0.37
Hex 70 40 7E B 31 0 33 11E 21 25
Octal 160 100 176 13 61 0 63 436 41 45
Binary 1110000 1000000 1111110 1011 110001 0 110011 100011110 100001 100101

Color Harmonies of #70407E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70407E

Black with #70407E

Text Example


Text Example

White with #70407E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70407E; }

 p { color: rgb(112,64,126); }

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

background-color css

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

 a { background-color: rgb(112,64,126); }

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

border-color css

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

 span { border-color: rgb(112,64,126); }

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