Html Css Color HEX #703E7C Eminence

📋 copy color: '#703E7C'

red 112 ◦ green 62 ◦ blue 124

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

Shades of Eminence #703E7C

Tints of Eminence #703E7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 41.61%

R = 37.58%
G = 20.81%
B = 41.61%

CMYK

 C value IS 0.10

 M value IS 0.5

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#703E7C (or 0x703E7C) is known color: Eminence. HEX triplet: 70, 3E and 7C. RGB value is (112,62,124). Sum of RGB (Red+Green+Blue) = 112+62+124=298 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.58% from 298); Green value is 62 (24.61% from 255 or 20.81% from 298); Blue value is 124 (48.83% from 255 or 41.61% from 298); Max value from RGB is 124 - color contains mainly: blue. Hex color #703E7C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703E7C is #8FC183. Grayscale: #535353. Windows color (decimal): -9421188 or 8142448. OLE color: 8142448.

HSL color Cylindrical-coordinate representation of color #703E7C: hue angle of 288.39º degrees, saturation: 0.33, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #703E7C is Cyan = 0.10, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 112 62 124 -
CMYK 0.10 0.5 0 0.51
HSL 288.39º 0.33% 0.36% -
HSV(B) 288.39º 0.5% 0.49% -
XYZ 12.04 8.35 20.04 -
YUV 84.02 150.57 147.96 -
System Red Green Blue C M Y K H S L
Decimal 112 62 124 0.10 0.5 0 0.51 288.39 0.33 0.36
Hex 70 3E 7C A 32 0 33 120 21 24
Octal 160 76 174 12 62 0 63 440 41 44
Binary 1110000 111110 1111100 1010 110010 0 110011 100100000 100001 100100

Color Harmonies of #703E7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703E7C

Black with #703E7C

Text Example


Text Example

White with #703E7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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