Html Css Color HEX #70367E Eminence

📋 copy color: '#70367E'

red 112 ◦ green 54 ◦ blue 126

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

Shades of Eminence #70367E

Tints of Eminence #70367E

RGB

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

 GREEN value IS 54 (21.48% from 255) = 18.49%

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

R = 38.36%
G = 18.49%
B = 43.15%

CMYK

 C value IS 0.11

 M value IS 0.57

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#70367E (or 0x70367E) is known color: Eminence. HEX triplet: 70, 36 and 7E. RGB value is (112,54,126). Sum of RGB (Red+Green+Blue) = 112+54+126=292 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.36% from 292); Green value is 54 (21.48% from 255 or 18.49% from 292); Blue value is 126 (49.61% from 255 or 43.15% from 292); Max value from RGB is 126 - color contains mainly: blue. Hex color #70367E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70367E is #8FC981. Grayscale: #4F4F4F. Windows color (decimal): -9423234 or 8271472. OLE color: 8271472.

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

Color convert

RGB 112 54 126 -
CMYK 0.11 0.57 0 0.51
HSL 288.33º 0.4% 0.35% -
HSV(B) 288.33º 0.57% 0.49% -
XYZ 11.77 7.59 20.58 -
YUV 79.55 154.22 151.15 -
System Red Green Blue C M Y K H S L
Decimal 112 54 126 0.11 0.57 0 0.51 288.33 0.4 0.35
Hex 70 36 7E B 39 0 33 120 28 23
Octal 160 66 176 13 71 0 63 440 50 43
Binary 1110000 110110 1111110 1011 111001 0 110011 100100000 101000 100011

Color Harmonies of #70367E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70367E

Black with #70367E

Text Example


Text Example

White with #70367E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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