Html Css Color HEX #703F7C Eminence

📋 copy color: '#703F7C'

red 112 ◦ green 63 ◦ blue 124

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

Shades of Eminence #703F7C

Tints of Eminence #703F7C

RGB

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

 GREEN value IS 63 (25% from 255) = 21.07%

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

R = 37.46%
G = 21.07%
B = 41.47%

CMYK

 C value IS 0.10

 M value IS 0.49

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#703F7C (or 0x703F7C) is known color: Eminence. HEX triplet: 70, 3F and 7C. RGB value is (112,63,124). Sum of RGB (Red+Green+Blue) = 112+63+124=299 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.46% from 299); Green value is 63 (25% from 255 or 21.07% from 299); Blue value is 124 (48.83% from 255 or 41.47% from 299); Max value from RGB is 124 - color contains mainly: blue. Hex color #703F7C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703F7C is #8FC083. Grayscale: #545454. Windows color (decimal): -9420932 or 8142704. OLE color: 8142704.

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

Color convert

RGB 112 63 124 -
CMYK 0.10 0.49 0 0.51
HSL 288.2º 0.33% 0.37% -
HSV(B) 288.2º 0.49% 0.49% -
XYZ 12.1 8.45 20.06 -
YUV 84.61 150.23 147.54 -
System Red Green Blue C M Y K H S L
Decimal 112 63 124 0.10 0.49 0 0.51 288.2 0.33 0.37
Hex 70 3F 7C A 31 0 33 120 21 25
Octal 160 77 174 12 61 0 63 440 41 45
Binary 1110000 111111 1111100 1010 110001 0 110011 100100000 100001 100101

Color Harmonies of #703F7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703F7C

Black with #703F7C

Text Example


Text Example

White with #703F7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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