Html Css Color HEX #70367D Eminence

📋 copy color: '#70367D'

red 112 ◦ green 54 ◦ blue 125

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

Shades of Eminence #70367D

Tints of Eminence #70367D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 42.96%

R = 38.49%
G = 18.56%
B = 42.96%

CMYK

 C value IS 0.10

 M value IS 0.57

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#70367D (or 0x70367D) is known color: Eminence. HEX triplet: 70, 36 and 7D. RGB value is (112,54,125). Sum of RGB (Red+Green+Blue) = 112+54+125=291 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.49% from 291); Green value is 54 (21.48% from 255 or 18.56% from 291); Blue value is 125 (49.22% from 255 or 42.96% from 291); Max value from RGB is 125 - color contains mainly: blue. Hex color #70367D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70367D is #8FC982. Grayscale: #4F4F4F. Windows color (decimal): -9423235 or 8205936. OLE color: 8205936.

HSL color Cylindrical-coordinate representation of color #70367D: hue angle of 289.01º 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 #70367D is Cyan = 0.10, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 112 54 125 -
CMYK 0.10 0.57 0 0.51
HSL 289.01º 0.4% 0.35% -
HSV(B) 289.01º 0.57% 0.49% -
XYZ 11.7 7.56 20.25 -
YUV 79.44 153.72 151.23 -
System Red Green Blue C M Y K H S L
Decimal 112 54 125 0.10 0.57 0 0.51 289.01 0.4 0.35
Hex 70 36 7D A 39 0 33 121 28 23
Octal 160 66 175 12 71 0 63 441 50 43
Binary 1110000 110110 1111101 1010 111001 0 110011 100100001 101000 100011

Color Harmonies of #70367D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70367D

Black with #70367D

Text Example


Text Example

White with #70367D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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