Html Css Color HEX #703A71 Eminence

📋 copy color: '#703A71'

red 112 ◦ green 58 ◦ blue 113

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

Shades of Eminence #703A71

Tints of Eminence #703A71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 39.93%

R = 39.58%
G = 20.49%
B = 39.93%

CMYK

 C value IS 0.01

 M value IS 0.49

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#703A71 (or 0x703A71) is known color: Eminence. HEX triplet: 70, 3A and 71. RGB value is (112,58,113). Sum of RGB (Red+Green+Blue) = 112+58+113=283 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.58% from 283); Green value is 58 (23.05% from 255 or 20.49% from 283); Blue value is 113 (44.53% from 255 or 39.93% from 283); Max value from RGB is 113 - color contains mainly: blue. Hex color #703A71 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703A71 is #8FC58E. Grayscale: #505050. Windows color (decimal): -9422223 or 7420528. OLE color: 7420528.

HSL color Cylindrical-coordinate representation of color #703A71: hue angle of 298.91º degrees, saturation: 0.32, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #703A71 is Cyan = 0.01, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 58 113 -
CMYK 0.01 0.49 0 0.56
HSL 298.91º 0.32% 0.34% -
HSV(B) 298.91º 0.49% 0.44% -
XYZ 11.18 7.66 16.51 -
YUV 80.42 146.39 150.53 -
System Red Green Blue C M Y K H S L
Decimal 112 58 113 0.01 0.49 0 0.56 298.91 0.32 0.34
Hex 70 3A 71 1 31 0 38 12B 20 22
Octal 160 72 161 1 61 0 70 453 40 42
Binary 1110000 111010 1110001 1 110001 0 111000 100101011 100000 100010

Color Harmonies of #703A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703A71

Black with #703A71

Text Example


Text Example

White with #703A71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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