Html Css Color HEX #703C6F Eminence

📋 copy color: '#703C6F'

red 112 ◦ green 60 ◦ blue 111

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

Shades of Eminence #703C6F

Tints of Eminence #703C6F

RGB

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

 GREEN value IS 60 (23.83% from 255) = 21.2%

 BLUE value IS 111 (43.75% from 255) = 39.22%

R = 39.58%
G = 21.2%
B = 39.22%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.01

 K value IS 0.56

RGB Variations

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

Color information

#703C6F (or 0x703C6F) is known color: Eminence. HEX triplet: 70, 3C and 6F. RGB value is (112,60,111). Sum of RGB (Red+Green+Blue) = 112+60+111=283 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.58% from 283); Green value is 60 (23.83% from 255 or 21.20% from 283); Blue value is 111 (43.75% from 255 or 39.22% from 283); Max value from RGB is 112 - color contains mainly: red. Hex color #703C6F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703C6F is #8FC390. Grayscale: #515151. Windows color (decimal): -9421713 or 7289968. OLE color: 7289968.

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

Color convert

RGB 112 60 111 -
CMYK 0 0.46 0.01 0.56
HSL 301.15º 0.3% 0.34% -
HSV(B) 301.15º 0.46% 0.44% -
XYZ 11.17 7.82 15.96 -
YUV 81.36 144.73 149.85 -
System Red Green Blue C M Y K H S L
Decimal 112 60 111 0 0.46 0.01 0.56 301.15 0.3 0.34
Hex 70 3C 6F 0 2E 1 38 12D 1E 22
Octal 160 74 157 0 56 1 70 455 36 42
Binary 1110000 111100 1101111 0 101110 1 111000 100101101 11110 100010

Color Harmonies of #703C6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703C6F

Black with #703C6F

Text Example


Text Example

White with #703C6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,60,111); }

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

background-color css

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

 a { background-color: rgb(112,60,111); }

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

border-color css

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

 span { border-color: rgb(112,60,111); }

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