Html Css Color HEX #70396F Eminence

📋 copy color: '#70396F'

red 112 ◦ green 57 ◦ blue 111

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

Shades of Eminence #70396F

Tints of Eminence #70396F

RGB

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

 GREEN value IS 57 (22.66% from 255) = 20.36%

 BLUE value IS 111 (43.75% from 255) = 39.64%

R = 40%
G = 20.36%
B = 39.64%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.01

 K value IS 0.56

RGB Variations

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

Color information

#70396F (or 0x70396F) is known color: Eminence. HEX triplet: 70, 39 and 6F. RGB value is (112,57,111). Sum of RGB (Red+Green+Blue) = 112+57+111=280 (37% of max value = 765). Red value is 112 (44.14% from 255 or 40% from 280); Green value is 57 (22.66% from 255 or 20.36% from 280); Blue value is 111 (43.75% from 255 or 39.64% from 280); Max value from RGB is 112 - color contains mainly: red. Hex color #70396F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70396F is #8FC690. Grayscale: #4F4F4F. Windows color (decimal): -9422481 or 7289200. OLE color: 7289200.

HSL color Cylindrical-coordinate representation of color #70396F: hue angle of 301.09º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #70396F is Cyan = 0, Magento = 0.49, Yellow = 0.01 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 57 111 -
CMYK 0 0.49 0.01 0.56
HSL 301.09º 0.33% 0.33% -
HSV(B) 301.09º 0.49% 0.44% -
XYZ 11.01 7.52 15.91 -
YUV 79.6 145.72 151.11 -
System Red Green Blue C M Y K H S L
Decimal 112 57 111 0 0.49 0.01 0.56 301.09 0.33 0.33
Hex 70 39 6F 0 31 1 38 12D 21 21
Octal 160 71 157 0 61 1 70 455 41 41
Binary 1110000 111001 1101111 0 110001 1 111000 100101101 100001 100001

Color Harmonies of #70396F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70396F

Black with #70396F

Text Example


Text Example

White with #70396F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70396F; }

 p { color: rgb(112,57,111); }

 H1.HeaderClassName
 {
   color: #70396F;
 }
 .AnyTagClassName
 {
   color: #70396F;
 }
</style>

background-color css

<style>
 a { background-color: #70396F; }

 a { background-color: rgb(112,57,111); }

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

border-color css

<style>
 span { border-color: #70396F; }

 span { border-color: rgb(112,57,111); }

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