Html Css Color HEX #703374 Eminence

📋 copy color: '#703374'

red 112 ◦ green 51 ◦ blue 116

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

Shades of Eminence #703374

Tints of Eminence #703374

RGB

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

 GREEN value IS 51 (20.31% from 255) = 18.28%

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

R = 40.14%
G = 18.28%
B = 41.58%

CMYK

 C value IS 0.03

 M value IS 0.56

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#703374 (or 0x703374) is known color: Eminence. HEX triplet: 70, 33 and 74. RGB value is (112,51,116). Sum of RGB (Red+Green+Blue) = 112+51+116=279 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.14% from 279); Green value is 51 (20.31% from 255 or 18.28% from 279); Blue value is 116 (45.70% from 255 or 41.58% from 279); Max value from RGB is 116 - color contains mainly: blue. Hex color #703374 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703374 is #8FCC8B. Grayscale: #4C4C4C. Windows color (decimal): -9424012 or 7615344. OLE color: 7615344.

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

Color convert

RGB 112 51 116 -
CMYK 0.03 0.56 0 0.55
HSL 296.31º 0.39% 0.33% -
HSV(B) 296.31º 0.56% 0.45% -
XYZ 11.02 7.07 17.31 -
YUV 76.65 150.21 153.21 -
System Red Green Blue C M Y K H S L
Decimal 112 51 116 0.03 0.56 0 0.55 296.31 0.39 0.33
Hex 70 33 74 3 38 0 37 128 27 21
Octal 160 63 164 3 70 0 67 450 47 41
Binary 1110000 110011 1110100 11 111000 0 110111 100101000 100111 100001

Color Harmonies of #703374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703374

Black with #703374

Text Example


Text Example

White with #703374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703374; }

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

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

background-color css

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

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

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

border-color css

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

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

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