Html Css Color HEX #703A74 Eminence

📋 copy color: '#703A74'

red 112 ◦ green 58 ◦ blue 116

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

Shades of Eminence #703A74

Tints of Eminence #703A74

RGB

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

 GREEN value IS 58 (23.05% from 255) = 20.28%

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

R = 39.16%
G = 20.28%
B = 40.56%

CMYK

 C value IS 0.03

 M value IS 0.5

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#703A74 (or 0x703A74) is known color: Eminence. HEX triplet: 70, 3A and 74. RGB value is (112,58,116). Sum of RGB (Red+Green+Blue) = 112+58+116=286 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.16% from 286); Green value is 58 (23.05% from 255 or 20.28% from 286); Blue value is 116 (45.70% from 255 or 40.56% from 286); Max value from RGB is 116 - color contains mainly: blue. Hex color #703A74 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703A74 is #8FC58B. Grayscale: #505050. Windows color (decimal): -9422220 or 7617136. OLE color: 7617136.

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

Color convert

RGB 112 58 116 -
CMYK 0.03 0.5 0 0.55
HSL 295.86º 0.33% 0.34% -
HSV(B) 295.86º 0.5% 0.45% -
XYZ 11.35 7.73 17.42 -
YUV 80.76 147.89 150.28 -
System Red Green Blue C M Y K H S L
Decimal 112 58 116 0.03 0.5 0 0.55 295.86 0.33 0.34
Hex 70 3A 74 3 32 0 37 128 21 22
Octal 160 72 164 3 62 0 67 450 41 42
Binary 1110000 111010 1110100 11 110010 0 110111 100101000 100001 100010

Color Harmonies of #703A74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703A74

Black with #703A74

Text Example


Text Example

White with #703A74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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