Html Css Color HEX #703574 Eminence

📋 copy color: '#703574'

red 112 ◦ green 53 ◦ blue 116

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

Shades of Eminence #703574

Tints of Eminence #703574

RGB

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

 GREEN value IS 53 (21.09% from 255) = 18.86%

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

R = 39.86%
G = 18.86%
B = 41.28%

CMYK

 C value IS 0.03

 M value IS 0.54

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#703574 (or 0x703574) is known color: Eminence. HEX triplet: 70, 35 and 74. RGB value is (112,53,116). Sum of RGB (Red+Green+Blue) = 112+53+116=281 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.86% from 281); Green value is 53 (21.09% from 255 or 18.86% from 281); Blue value is 116 (45.70% from 255 or 41.28% from 281); Max value from RGB is 116 - color contains mainly: blue. Hex color #703574 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703574 is #8FCA8B. Grayscale: #4D4D4D. Windows color (decimal): -9423500 or 7615856. OLE color: 7615856.

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

Color convert

RGB 112 53 116 -
CMYK 0.03 0.54 0 0.55
HSL 296.19º 0.37% 0.33% -
HSV(B) 296.19º 0.54% 0.45% -
XYZ 11.11 7.25 17.34 -
YUV 77.82 149.55 152.38 -
System Red Green Blue C M Y K H S L
Decimal 112 53 116 0.03 0.54 0 0.55 296.19 0.37 0.33
Hex 70 35 74 3 36 0 37 128 25 21
Octal 160 65 164 3 66 0 67 450 45 41
Binary 1110000 110101 1110100 11 110110 0 110111 100101000 100101 100001

Color Harmonies of #703574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703574

Black with #703574

Text Example


Text Example

White with #703574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703574; }

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

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

background-color css

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

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

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

border-color css

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

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

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