Html Css Color HEX #70357E Eminence

📋 copy color: '#70357E'

red 112 ◦ green 53 ◦ blue 126

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

Shades of Eminence #70357E

Tints of Eminence #70357E

RGB

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

 GREEN value IS 53 (21.09% from 255) = 18.21%

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

R = 38.49%
G = 18.21%
B = 43.3%

CMYK

 C value IS 0.11

 M value IS 0.58

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#70357E (or 0x70357E) is known color: Eminence. HEX triplet: 70, 35 and 7E. RGB value is (112,53,126). Sum of RGB (Red+Green+Blue) = 112+53+126=291 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.49% from 291); Green value is 53 (21.09% from 255 or 18.21% from 291); Blue value is 126 (49.61% from 255 or 43.30% from 291); Max value from RGB is 126 - color contains mainly: blue. Hex color #70357E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70357E is #8FCA81. Grayscale: #4E4E4E. Windows color (decimal): -9423490 or 8271216. OLE color: 8271216.

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

Color convert

RGB 112 53 126 -
CMYK 0.11 0.58 0 0.51
HSL 288.49º 0.41% 0.35% -
HSV(B) 288.49º 0.58% 0.49% -
XYZ 11.72 7.5 20.57 -
YUV 78.96 154.55 151.56 -
System Red Green Blue C M Y K H S L
Decimal 112 53 126 0.11 0.58 0 0.51 288.49 0.41 0.35
Hex 70 35 7E B 3A 0 33 120 29 23
Octal 160 65 176 13 72 0 63 440 51 43
Binary 1110000 110101 1111110 1011 111010 0 110011 100100000 101001 100011

Color Harmonies of #70357E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70357E

Black with #70357E

Text Example


Text Example

White with #70357E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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