Html Css Color HEX #70337A Eminence

📋 copy color: '#70337A'

red 112 ◦ green 51 ◦ blue 122

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

Shades of Eminence #70337A

Tints of Eminence #70337A

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17.89%

 BLUE value IS 122 (48.05% from 255) = 42.81%

R = 39.3%
G = 17.89%
B = 42.81%

CMYK

 C value IS 0.08

 M value IS 0.58

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#70337A (or 0x70337A) is known color: Eminence. HEX triplet: 70, 33 and 7A. RGB value is (112,51,122). Sum of RGB (Red+Green+Blue) = 112+51+122=285 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.30% from 285); Green value is 51 (20.31% from 255 or 17.89% from 285); Blue value is 122 (48.05% from 255 or 42.81% from 285); Max value from RGB is 122 - color contains mainly: blue. Hex color #70337A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70337A is #8FCC85. Grayscale: #4D4D4D. Windows color (decimal): -9424006 or 8008560. OLE color: 8008560.

HSL color Cylindrical-coordinate representation of color #70337A: hue angle of 291.55º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #70337A is Cyan = 0.08, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 112 51 122 -
CMYK 0.08 0.58 0 0.52
HSL 291.55º 0.41% 0.34% -
HSV(B) 291.55º 0.58% 0.48% -
XYZ 11.38 7.22 19.21 -
YUV 77.33 153.21 152.73 -
System Red Green Blue C M Y K H S L
Decimal 112 51 122 0.08 0.58 0 0.52 291.55 0.41 0.34
Hex 70 33 7A 8 3A 0 34 124 29 22
Octal 160 63 172 10 72 0 64 444 51 42
Binary 1110000 110011 1111010 1000 111010 0 110100 100100100 101001 100010

Color Harmonies of #70337A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70337A

Black with #70337A

Text Example


Text Example

White with #70337A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70337A; }

 p { color: rgb(112,51,122); }

 H1.HeaderClassName
 {
   color: #70337A;
 }
 .AnyTagClassName
 {
   color: #70337A;
 }
</style>

background-color css

<style>
 a { background-color: #70337A; }

 a { background-color: rgb(112,51,122); }

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

border-color css

<style>
 span { border-color: #70337A; }

 span { border-color: rgb(112,51,122); }

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