Html Css Color HEX #703674 Eminence

📋 copy color: '#703674'

red 112 ◦ green 54 ◦ blue 116

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

Shades of Eminence #703674

Tints of Eminence #703674

RGB

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

 GREEN value IS 54 (21.48% from 255) = 19.15%

 BLUE value IS 116 (45.7% from 255) = 41.13%

R = 39.72%
G = 19.15%
B = 41.13%

CMYK

 C value IS 0.03

 M value IS 0.53

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#703674 (or 0x703674) is known color: Eminence. HEX triplet: 70, 36 and 74. RGB value is (112,54,116). Sum of RGB (Red+Green+Blue) = 112+54+116=282 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.72% from 282); Green value is 54 (21.48% from 255 or 19.15% from 282); Blue value is 116 (45.70% from 255 or 41.13% from 282); Max value from RGB is 116 - color contains mainly: blue. Hex color #703674 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703674 is #8FC98B. Grayscale: #4E4E4E. Windows color (decimal): -9423244 or 7616112. OLE color: 7616112.

HSL color Cylindrical-coordinate representation of color #703674: hue angle of 296.13º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #703674 is Cyan = 0.03, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 112 54 116 -
CMYK 0.03 0.53 0 0.55
HSL 296.13º 0.36% 0.33% -
HSV(B) 296.13º 0.53% 0.45% -
XYZ 11.15 7.34 17.35 -
YUV 78.41 149.22 151.96 -
System Red Green Blue C M Y K H S L
Decimal 112 54 116 0.03 0.53 0 0.55 296.13 0.36 0.33
Hex 70 36 74 3 35 0 37 128 24 21
Octal 160 66 164 3 65 0 67 450 44 41
Binary 1110000 110110 1110100 11 110101 0 110111 100101000 100100 100001

Color Harmonies of #703674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703674

Black with #703674

Text Example


Text Example

White with #703674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703674; }

 p { color: rgb(112,54,116); }

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

background-color css

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

 a { background-color: rgb(112,54,116); }

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

border-color css

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

 span { border-color: rgb(112,54,116); }

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