Html Css Color HEX #703E6D Eminence

📋 copy color: '#703E6D'

red 112 ◦ green 62 ◦ blue 109

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

Shades of Eminence #703E6D

Tints of Eminence #703E6D

RGB

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

 GREEN value IS 62 (24.61% from 255) = 21.91%

 BLUE value IS 109 (42.97% from 255) = 38.52%

R = 39.58%
G = 21.91%
B = 38.52%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.03

 K value IS 0.56

RGB Variations

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

Color information

#703E6D (or 0x703E6D) is known color: Eminence. HEX triplet: 70, 3E and 6D. RGB value is (112,62,109). Sum of RGB (Red+Green+Blue) = 112+62+109=283 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.58% from 283); Green value is 62 (24.61% from 255 or 21.91% from 283); Blue value is 109 (42.97% from 255 or 38.52% from 283); Max value from RGB is 112 - color contains mainly: red. Hex color #703E6D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703E6D is #8FC192. Grayscale: #525252. Windows color (decimal): -9421203 or 7159408. OLE color: 7159408.

HSL color Cylindrical-coordinate representation of color #703E6D: hue angle of 303.6º degrees, saturation: 0.29, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #703E6D is Cyan = 0, Magento = 0.45, Yellow = 0.03 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 62 109 -
CMYK 0 0.45 0.03 0.56
HSL 303.6º 0.29% 0.34% -
HSV(B) 303.6º 0.45% 0.44% -
XYZ 11.17 7.99 15.42 -
YUV 82.31 143.07 149.18 -
System Red Green Blue C M Y K H S L
Decimal 112 62 109 0 0.45 0.03 0.56 303.6 0.29 0.34
Hex 70 3E 6D 0 2D 3 38 130 1D 22
Octal 160 76 155 0 55 3 70 460 35 42
Binary 1110000 111110 1101101 0 101101 11 111000 100110000 11101 100010

Color Harmonies of #703E6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703E6D

Black with #703E6D

Text Example


Text Example

White with #703E6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703E6D; }

 p { color: rgb(112,62,109); }

 H1.HeaderClassName
 {
   color: #703E6D;
 }
 .AnyTagClassName
 {
   color: #703E6D;
 }
</style>

background-color css

<style>
 a { background-color: #703E6D; }

 a { background-color: rgb(112,62,109); }

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

border-color css

<style>
 span { border-color: #703E6D; }

 span { border-color: rgb(112,62,109); }

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