Html Css Color HEX #703677 Eminence

📋 copy color: '#703677'

red 112 ◦ green 54 ◦ blue 119

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

Shades of Eminence #703677

Tints of Eminence #703677

RGB

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

 GREEN value IS 54 (21.48% from 255) = 18.95%

 BLUE value IS 119 (46.88% from 255) = 41.75%

R = 39.3%
G = 18.95%
B = 41.75%

CMYK

 C value IS 0.06

 M value IS 0.55

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#703677 (or 0x703677) is known color: Eminence. HEX triplet: 70, 36 and 77. RGB value is (112,54,119). Sum of RGB (Red+Green+Blue) = 112+54+119=285 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.30% from 285); Green value is 54 (21.48% from 255 or 18.95% from 285); Blue value is 119 (46.88% from 255 or 41.75% from 285); Max value from RGB is 119 - color contains mainly: blue. Hex color #703677 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703677 is #8FC988. Grayscale: #4E4E4E. Windows color (decimal): -9423241 or 7812720. OLE color: 7812720.

HSL color Cylindrical-coordinate representation of color #703677: hue angle of 293.54º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #703677 is Cyan = 0.06, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 112 54 119 -
CMYK 0.06 0.55 0 0.53
HSL 293.54º 0.38% 0.34% -
HSV(B) 293.54º 0.55% 0.47% -
XYZ 11.33 7.41 18.29 -
YUV 78.75 150.72 151.71 -
System Red Green Blue C M Y K H S L
Decimal 112 54 119 0.06 0.55 0 0.53 293.54 0.38 0.34
Hex 70 36 77 6 37 0 35 126 26 22
Octal 160 66 167 6 67 0 65 446 46 42
Binary 1110000 110110 1110111 110 110111 0 110101 100100110 100110 100010

Color Harmonies of #703677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703677

Black with #703677

Text Example


Text Example

White with #703677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703677; }

 p { color: rgb(112,54,119); }

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

background-color css

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

 a { background-color: rgb(112,54,119); }

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

border-color css

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

 span { border-color: rgb(112,54,119); }

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