Html Css Color HEX #703571 Eminence

📋 copy color: '#703571'

red 112 ◦ green 53 ◦ blue 113

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

Shades of Eminence #703571

Tints of Eminence #703571

RGB

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

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

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

R = 40.29%
G = 19.06%
B = 40.65%

CMYK

 C value IS 0.01

 M value IS 0.53

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#703571 (or 0x703571) is known color: Eminence. HEX triplet: 70, 35 and 71. RGB value is (112,53,113). Sum of RGB (Red+Green+Blue) = 112+53+113=278 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.29% from 278); Green value is 53 (21.09% from 255 or 19.06% from 278); Blue value is 113 (44.53% from 255 or 40.65% from 278); Max value from RGB is 113 - color contains mainly: blue. Hex color #703571 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703571 is #8FCA8E. Grayscale: #4D4D4D. Windows color (decimal): -9423503 or 7419248. OLE color: 7419248.

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

Color convert

RGB 112 53 113 -
CMYK 0.01 0.53 0 0.56
HSL 299º 0.36% 0.33% -
HSV(B) 299º 0.53% 0.44% -
XYZ 10.94 7.18 16.43 -
YUV 77.48 148.05 152.62 -
System Red Green Blue C M Y K H S L
Decimal 112 53 113 0.01 0.53 0 0.56 299 0.36 0.33
Hex 70 35 71 1 35 0 38 12B 24 21
Octal 160 65 161 1 65 0 70 453 44 41
Binary 1110000 110101 1110001 1 110101 0 111000 100101011 100100 100001

Color Harmonies of #703571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703571

Black with #703571

Text Example


Text Example

White with #703571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703571; }

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

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

background-color css

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

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

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

border-color css

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

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

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